From nobody Tue Jun 30 04:30:57 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 F3CC5C433EF for ; Tue, 25 Jan 2022 13:20:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1575965AbiAYNTs (ORCPT ); Tue, 25 Jan 2022 08:19:48 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:27816 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1575901AbiAYNNs (ORCPT ); Tue, 25 Jan 2022 08:13:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643116426; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6LhuCKNpl5Mr5FmOdMXfKw0fCGKJWmNXvJmUdv5fZjE=; b=RVDF6DULdY8r6g5HTqqmUUq+/RAR51+Sd5l3N2brPpgGoLUDz4POYjd87EaJrkUxsqwT7C PLl7z+VoUmvq7uQK9s7SEw3VPQTn9VleF58pAsd6eAiHyLzZQuunM+oKQd+RheWgcK8RqU ojPaTw/9IjtIFOphdGBdTakbC3Z+ujA= Received: from mail-ot1-f69.google.com (mail-ot1-f69.google.com [209.85.210.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-626-3YIkMigAPGOs9wD8C0Qhrg-1; Tue, 25 Jan 2022 08:13:45 -0500 X-MC-Unique: 3YIkMigAPGOs9wD8C0Qhrg-1 Received: by mail-ot1-f69.google.com with SMTP id e110-20020a9d01f7000000b0059ecb99d288so5369188ote.12 for ; Tue, 25 Jan 2022 05:13:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6LhuCKNpl5Mr5FmOdMXfKw0fCGKJWmNXvJmUdv5fZjE=; b=1HOo7bVxt3PZ28Tvlf8qUc+gvtlxQC+00G1pnRS6i2z5hZUecj44RuzOjDYv1uI0jB CL5vyxlxhRiWR6pUTIuL+jabIlqBhMgtYtaGEvjGxQ+8BXy8ltzG2uNljsH6b4rooTWl vK23m4NuevLtOMuT872MEhwDcM0KHvn+mGjiqculWDkTs20nFnLNJTQlTUKlpGd3xzUw 2v4/ej7KNbk8fV81cXFHx9OxuHbfpHE/Xa4xuuAR5zngrTCKqWsJq0f8mcLg4gUmK75q huxGZ3xSTpMn2H7W9aOyWbXoigfeZQDM5bfpDQcq9IP1apoTpLN5afumfsxK3AsRsPhh dsfg== X-Gm-Message-State: AOAM532n0pCgE7lR1RtJvPyMeqJXBOsRf+OTl9abxRq1tUIvvd/CssOS oPrMCznax4lO0yMcYg/4/UKBBz5E511fA7cEoEN6iYi7ZMxmG2msLEng2u+4n3mc96ttsA/uD6g e5cJUFpMZOQG2bMYSJWEXwyPh X-Received: by 2002:a9d:7cc9:: with SMTP id r9mr14981848otn.202.1643116424266; Tue, 25 Jan 2022 05:13:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJy3GCBYRnmoVjmAeeOLFh58KLE5ElzDvK61FBrcsepiQ8dGKOKmIx17szD8N7OkhaOHVyXWbw== X-Received: by 2002:a9d:7cc9:: with SMTP id r9mr14981840otn.202.1643116424079; Tue, 25 Jan 2022 05:13:44 -0800 (PST) Received: from localhost.localdomain.com (024-205-208-113.res.spectrum.com. [24.205.208.113]) by smtp.gmail.com with ESMTPSA id s3sm3168988otg.67.2022.01.25.05.13.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jan 2022 05:13:43 -0800 (PST) From: trix@redhat.com To: viro@zeniv.linux.org.uk Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Rix Subject: [PATCH] namei: cleanup double word in comment Date: Tue, 25 Jan 2022 05:13:40 -0800 Message-Id: <20220125131340.1109125-1-trix@redhat.com> X-Mailer: git-send-email 2.26.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Tom Rix Remove the second 'to'. Signed-off-by: Tom Rix --- fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index fa9be370c6702..61c87d4cdc5cd 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -797,7 +797,7 @@ static bool try_to_unlazy(struct nameidata *nd) * @seq: seq number to check @dentry against * Returns: true on success, false on failure * - * Similar to to try_to_unlazy(), but here we have the next dentry already + * Similar to try_to_unlazy(), but here we have the next dentry already * picked by rcu-walk and want to legitimize that in addition to the curre= nt * nd->path and nd->root for ref-walk mode. Must be called from rcu-walk = context. * Nothing should touch nameidata between try_to_unlazy_next() failure and --=20 2.26.3