* [PATCH] f2fs: fix semicolon.cocci warnings
2016-06-02 2:25 [f2fs:dev-test 6/21] fs/f2fs/checkpoint.c:887:2-3: Unneeded semicolon kbuild test robot
@ 2016-06-02 2:25 ` kbuild test robot
0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2016-06-02 2:25 UTC (permalink / raw)
Cc: Jaegeuk Kim, kbuild-all, linux-f2fs-devel
fs/f2fs/checkpoint.c:887:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
checkpoint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -884,7 +884,7 @@ int f2fs_sync_inode_meta(struct f2fs_sb_
update_inode_page(inode);
iput(inode);
}
- };
+ }
return 0;
}
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
^ permalink raw reply [flat|nested] 3+ messages in thread
* [f2fs:dev-test 49/54] fs/f2fs/node.c:1811:2-3: Unneeded semicolon
@ 2017-10-31 10:21 kbuild test robot
2017-10-31 10:21 ` [PATCH] f2fs: fix semicolon.cocci warnings kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-10-31 10:21 UTC (permalink / raw)
To: Fan Li; +Cc: Jaegeuk Kim, kbuild-all, linux-f2fs-devel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git dev-test
head: d9d30de5fa1574410aeb97a00f997d6f80c9e695
commit: 817f0b532391ffb7d2adb26d57246267a8b04088 [49/54] f2fs: add a function to move nid
coccinelle warnings: (new ones prefixed by >>)
>> fs/f2fs/node.c:1811:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] f2fs: fix semicolon.cocci warnings
2017-10-31 10:21 [f2fs:dev-test 49/54] fs/f2fs/node.c:1811:2-3: Unneeded semicolon kbuild test robot
@ 2017-10-31 10:21 ` kbuild test robot
0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2017-10-31 10:21 UTC (permalink / raw)
To: Fan Li; +Cc: Jaegeuk Kim, kbuild-all, linux-f2fs-devel
fs/f2fs/node.c:1811:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 817f0b532391 ("f2fs: add a function to move nid")
CC: Fan Li <fanofcode.li@samsung.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/f2fs/node.c
+++ b/fs/f2fs/node.c
@@ -1808,7 +1808,7 @@ static void __move_free_nid(struct f2fs_
break;
default:
BUG_ON(1);
- };
+ }
}
/* return if the nid is recognized as free */
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-31 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31 10:21 [f2fs:dev-test 49/54] fs/f2fs/node.c:1811:2-3: Unneeded semicolon kbuild test robot
2017-10-31 10:21 ` [PATCH] f2fs: fix semicolon.cocci warnings kbuild test robot
-- strict thread matches above, loose matches on Subject: below --
2016-06-02 2:25 [f2fs:dev-test 6/21] fs/f2fs/checkpoint.c:887:2-3: Unneeded semicolon kbuild test robot
2016-06-02 2:25 ` [PATCH] f2fs: fix semicolon.cocci warnings kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).