From nobody Fri Apr 17 19:44:29 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0EC0C43334 for ; Fri, 22 Jul 2022 19:33:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236300AbiGVTdI (ORCPT ); Fri, 22 Jul 2022 15:33:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232157AbiGVTdG (ORCPT ); Fri, 22 Jul 2022 15:33:06 -0400 Received: from smtpbg.qq.com (unknown [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16FE14D4E5; Fri, 22 Jul 2022 12:32:58 -0700 (PDT) X-QQ-mid: bizesmtp87t1658518368t5bo1ksf Received: from harry-jrlc.. ( [125.70.163.183]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 23 Jul 2022 03:32:13 +0800 (CST) X-QQ-SSF: 0100000000000030C000B00A0000020 X-QQ-FEAT: MvcY5ctQrZ+448wqI7+R4ff8SABg5kVWa7DJFhHYAsqFlMxgsYb48aetd0HDs I6Bucy6liltHz4B+jgMxu29h06UvGmwvj0suzI529vddHW/e9PTxqPY9shER/Q3e8DvrZFg 999rpyVtsTFVRDdL06ZQVzqZeokvPFxuQwgBzj1p9dascRLSaPJ/kMZFyb3tn0IIawau3FB EfRh8cgpNO3Ute6rBa8GVHF2kiTFIWQ5IBPLc0+UxL0NLcU/OoAisktnQjAvqt03TIc0mKg v3HKC7EPCwBxXYLgtrAwkF0RIz6wqjc6QEEC3pt5JBTuDJLWd9abto+fjxAfvCIYvTqh88U JQ7EWobh9Kw/omMZuQ= X-QQ-GoodBg: 0 From: Xin Gao To: djwong@kernel.org Cc: linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org, Xin Gao Subject: [PATCH] xfs: Fix comment typo Date: Sat, 23 Jul 2022 03:32:11 +0800 Message-Id: <20220722193211.17816-1-gaoxin@cdjrlc.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The double `being' is duplicated in line 553, remove one. Signed-off-by: Xin Gao --- fs/xfs/xfs_inode_item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c index 721def0639fd..d1c5d0658779 100644 --- a/fs/xfs/xfs_inode_item.c +++ b/fs/xfs/xfs_inode_item.c @@ -550,7 +550,7 @@ xfs_inode_item_push( =20 if (!bp || (ip->i_flags & XFS_ISTALE)) { /* - * Inode item/buffer is being being aborted due to cluster + * Inode item/buffer is being aborted due to cluster * buffer deletion. Trigger a log force to have that operation * completed and items removed from the AIL before the next push * attempt. --=20 2.30.2