Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp275720pxk; Wed, 9 Sep 2020 05:11:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmXiA5k02TFllRW+dLk6QUk21u1fyYa58GQw+cXK3Qo8uzFHOtFZEQ2WLoh9JIDxzDRnaC X-Received: by 2002:a17:906:4685:: with SMTP id a5mr3301304ejr.446.1599653503940; Wed, 09 Sep 2020 05:11:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599653503; cv=none; d=google.com; s=arc-20160816; b=guyUD1h2KwSnNqLvtSVuph6hOq0SRbrmHmRyYeC4CknOPJsrRPNLHlJAJxo8L52y27 lx4JeJiladCz0ChYK4XCZ3DAHEBTZ0BxyfUMnoguKeU3HBylzLD7CIbRoUPt9sS3jTSq zGUHIojDjjID4/nByUNXAgFKSjRiCWkiZr41ktB5EkwZTZwY3k2RLx+QNMfPZYXvzx2B bfFvk2pFiOjVt+3R9OxCzx9eW//Ah8gfHFIjSrBC4Dkiqamy19d+cRgCTQAEC3HqeXxG eKEHROTiZ0Uw9tj/XjAnKqNc1j7a2vTtkTa2IqWUWnEQY/TUCTTMUqwWOHDCvbY2tIVl 9Rhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=RZfNgojlPJt4eF1lQaQ6l1+kGqRs8uKNPyuldtpGLsY=; b=mtxeLG8/tkc599xbxgmmQXhUQEBlhB5oYYRCpPLkArY+Zry4dND8mVWk/3YYtEKE2K /eIuAyHIO0FSjrnoVC5/VMU50PEcsco8luWmH6hoERQJ7FSWI3focEF1vam7IC8Ybdaj z4wcoGCyWF/E+9Alghl2p6K6KhhQBAWZmJHzC9hXh913JskmJWF+FrXg9o15YhBNxxdV E9fYeAT9D5KgEx8ErjFPyrQkc8bfxq3jPeTaiWA5/PzdW5vwWrqR+h0l8VNl3qySPv43 gaULRWXrnyq9EO6XUCtk0ltaJzyel9WnaL615utjUVVMGDh4snBTDDa1kV+yH2OP2rUD WOaQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w12si1412791edi.441.2020.09.09.05.11.20; Wed, 09 Sep 2020 05:11:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727010AbgIIMIV (ORCPT + 99 others); Wed, 9 Sep 2020 08:08:21 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:55368 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730140AbgIIMAp (ORCPT ); Wed, 9 Sep 2020 08:00:45 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 658D98FDACFF76C07082; Wed, 9 Sep 2020 20:00:43 +0800 (CST) Received: from huawei.com (10.90.53.225) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Wed, 9 Sep 2020 20:00:37 +0800 From: Zheng Bin To: , , CC: , Subject: [PATCH -next] xfs: Remove unneeded semicolon Date: Wed, 9 Sep 2020 20:07:32 +0800 Message-ID: <20200909120733.115415-1-zhengbin13@huawei.com> X-Mailer: git-send-email 2.26.0.106.g9fadedd MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.90.53.225] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes coccicheck warning: fs/xfs/xfs_icache.c:1214:2-3: Unneeded semicolon Signed-off-by: Zheng Bin --- fs/xfs/xfs_icache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c index 101028ebb571..5e926912e507 100644 --- a/fs/xfs/xfs_icache.c +++ b/fs/xfs/xfs_icache.c @@ -1211,7 +1211,7 @@ xfs_reclaim_inodes( while (radix_tree_tagged(&mp->m_perag_tree, XFS_ICI_RECLAIM_TAG)) { xfs_ail_push_all_sync(mp->m_ail); xfs_reclaim_inodes_ag(mp, &nr_to_scan); - }; + } } /* -- 2.26.0.106.g9fadedd