From: kernel test robot fs/xfs/xfs_log.c:2803:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Dave Chinner Reported-by: kernel test robot Signed-off-by: kernel test robot --- url: https://github.com/0day-ci/linux/commits/Dave-Chinner/xfs-shutdown-is-a-racy-mess/20210630-144028 base: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git for-next :::::: branch date: 9 hours ago :::::: commit date: 9 hours ago xfs_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -2800,7 +2800,7 @@ xlog_state_do_callback( wake_up_all(&iclog->ic_force_wait); else xlog_state_clean_iclog(log, iclog); - }; + } if (repeats > 5000) { flushcnt += repeats;