From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] f2fs: fix semicolon.cocci warnings Date: Tue, 31 Oct 2017 18:21:18 +0800 Message-ID: <20171031102118.GA139802@lkp-hsx02> References: <201710311816.09TUqUr9%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89) (envelope-from ) id 1e9TgG-0004qJ-AE for linux-f2fs-devel@lists.sourceforge.net; Tue, 31 Oct 2017 10:22:00 +0000 Received: from mga06.intel.com ([134.134.136.31]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1e9TgB-00033u-SH for linux-f2fs-devel@lists.sourceforge.net; Tue, 31 Oct 2017 10:22:00 +0000 Content-Disposition: inline In-Reply-To: <201710311816.09TUqUr9%fengguang.wu@intel.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: Fan Li Cc: Jaegeuk Kim , kbuild-all@01.org, linux-f2fs-devel@lists.sourceforge.net 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 Signed-off-by: Fengguang Wu --- 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