From nobody Tue Apr 7 14:55:33 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 A8091ECAAA3 for ; Fri, 26 Aug 2022 10:01:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344133AbiHZKBu (ORCPT ); Fri, 26 Aug 2022 06:01:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245573AbiHZKBO (ORCPT ); Fri, 26 Aug 2022 06:01:14 -0400 Received: from mxout.security-mail.net (mxout.security-mail.net [85.31.212.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 882F4D87D7 for ; Fri, 26 Aug 2022 03:01:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fx302.security-mail.net (Postfix) with ESMTP id 6972C3D3B165 for ; Fri, 26 Aug 2022 12:01:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kalray.eu; s=sec-sig-email; t=1661508070; bh=8GaQ+BQxQwmLfFAY3UwtrZ/d9W9sEVE4MVV/IE9XSnA=; h=From:To:Cc:Subject:Date; b=LasDV7CTYN7QMKnInMJUanUZfMWgg6phgF/fhU1l8pJkNsduEvUbdDb0MMiL0POfn vE6U99KOeiL/fCkG5hqR5OQ39YqAl1MSDj/GfIovxj0pdXZ0HOPrEqs+5RM7oq1qxh lGrBu4NJgLPzfMgMGa7ibC3e+F9+tUaqryFtX4mI= Received: from fx302 (localhost [127.0.0.1]) by fx302.security-mail.net (Postfix) with ESMTP id F18983D3B0B8; Fri, 26 Aug 2022 12:01:09 +0200 (CEST) X-Virus-Scanned: E-securemail Secumail-id: <1510e.630899e5.72c6a.0> Received: from zimbra2.kalray.eu (unknown [217.181.231.53]) by fx302.security-mail.net (Postfix) with ESMTPS id 7347F3D3B165; Fri, 26 Aug 2022 12:01:09 +0200 (CEST) Received: from zimbra2.kalray.eu (localhost [127.0.0.1]) by zimbra2.kalray.eu (Postfix) with ESMTPS id 5A1F127E02FA; Fri, 26 Aug 2022 12:01:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra2.kalray.eu (Postfix) with ESMTP id 439C427E0392; Fri, 26 Aug 2022 12:01:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.10.3 zimbra2.kalray.eu 439C427E0392 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kalray.eu; s=32AE1B44-9502-11E5-BA35-3734643DEF29; t=1661508069; bh=xq2h1CH6VTuibgIykByVr3mMAa1GYI+GOILmH7S2DtY=; h=From:To:Date:Message-Id; b=W60DOFbm7ZFHvA/oTIYXhaFgSAZDaB0Ffvpqc9bwqSBXUQbp0jyqQof5CB+8obqFi 9Id+IkysVeDY6N6oUtKGv3+FwmI1jkg+jOZVTGporocg3+XqZOFtZsDKQ4v4yml+zs sOn9OHF0DwyEi9lMQBjBTBGABxZnGS+aV6U7n2lM= Received: from zimbra2.kalray.eu ([127.0.0.1]) by localhost (zimbra2.kalray.eu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Y7IGJxT_wypX; Fri, 26 Aug 2022 12:01:09 +0200 (CEST) Received: from tellis.lin.mbt.kalray.eu (unknown [192.168.36.206]) by zimbra2.kalray.eu (Postfix) with ESMTPSA id 2B85A27E02FA; Fri, 26 Aug 2022 12:01:09 +0200 (CEST) From: Jules Maselbas To: linux-kernel@vger.kernel.org Cc: Jules Maselbas , linux-fsdevel@vger.kernel.org Subject: [PATCH] fs/afs: Fix repeated word in comments Date: Fri, 26 Aug 2022 12:00:36 +0200 Message-Id: <20220826100052.22945-8-jmaselbas@kalray.eu> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: by Secumail Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Remove redundant word `the`. CC: linux-fsdevel@vger.kernel.org Signed-off-by: Jules Maselbas --- fs/afs/flock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/afs/flock.c b/fs/afs/flock.c index c4210a3964d8..801fe305878f 100644 --- a/fs/afs/flock.c +++ b/fs/afs/flock.c @@ -152,7 +152,7 @@ static void afs_next_locker(struct afs_vnode *vnode, in= t error) } =20 /* - * Kill off all waiters in the the pending lock queue due to the vnode bei= ng + * Kill off all waiters in the pending lock queue due to the vnode being * deleted. */ static void afs_kill_lockers_enoent(struct afs_vnode *vnode) --=20 2.17.1