Message ID | 20231114104202.4680-1-tklauser@distanz.ch |
---|---|
State | New |
Headers |
Return-Path: <linux-kernel-owner@vger.kernel.org> Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:b909:0:b0:403:3b70:6f57 with SMTP id t9csp1771671vqg; Tue, 14 Nov 2023 02:42:16 -0800 (PST) X-Google-Smtp-Source: AGHT+IGWQHHT8Tcfg8DF+9cnrXZvLqqDqNVCy0ZxDbL07A8SgElaQsLDBaOj723yK135hebvuIMh X-Received: by 2002:a05:6870:1c9:b0:1ef:b62e:6481 with SMTP id n9-20020a05687001c900b001efb62e6481mr12739693oad.54.1699958536596; Tue, 14 Nov 2023 02:42:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1699958536; cv=none; d=google.com; s=arc-20160816; b=C89YvspMGrgFwkLSIWLFfHW/xy/rdlJiOX2TP88pgwoXS+Rn6eq/4rj6dlDrJwl/iN qEZyqvLzySyrl/mnJLrsqQFXhXHdR1e4NdwSYMFgycd2xr4S0+64b8kWyVepmXehou+a rXlzWrIVYY9lj5qPI/QIfrebtidmSC2hjd8M28AJtW1FMBZN4kzg7z1TGgZXrWvE5ugM FbsJjbzigsKb72ScyP8WgTt5PI6ahf6PpucQr6b4smWqkNx5DyCslCJ7uJbFL6errQiX oAaUL0xRUIGLdnR4m5DY2COPX5tK8F7So4xSMeDsrNrTwuNKY51IqHVcfPOwlFy11gRf xQSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=MW8NjkdmWQe/QNGG80yMqGTLPgXl6fVTvNjMbOs24tg=; fh=6xkJ3jehQuA/fjQRVC8gltvGpp+2UW0HqykidO4Zios=; b=n6dlxxaOQG+YbdoQfo75ncCOPNIopDBjHx/KAAJYVZuCzkz/QeWjgV5WCDt1ttiE07 MczhWrKZo6OVkL6bvNzs6SNY3ZuI7GDmuLbYeubCd/zLvJbnPL39Kbba1T0EOMO3tYHH IQtlbCZhRyyZDknI8NqQlZereyroYHZdN6YJ5F1bpyxqtsZubkiA8Ldc8HArxm3XQBT1 GzOU88VsdWC+H7RzPo4xh3HNS1cw1DIBPmdCE2I4t459gntXhSUqBKB6ma9JxufsJikL Q8xUg2EfxN8sxKNhR1DOmORw75719eGcDcj4048SpguzNVV9yYBafRaejVEKJ+kdrVv6 Y/bA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from snail.vger.email (snail.vger.email. [23.128.96.37]) by mx.google.com with ESMTPS id ch8-20020a056a0208c800b005ad35f5a7basi8420394pgb.507.2023.11.14.02.42.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Nov 2023 02:42:16 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) client-ip=23.128.96.37; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by snail.vger.email (Postfix) with ESMTP id 961D980C9CB4; Tue, 14 Nov 2023 02:42:15 -0800 (PST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.11 at snail.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231641AbjKNKmO (ORCPT <rfc822;lhua1029@gmail.com> + 30 others); Tue, 14 Nov 2023 05:42:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbjKNKmN (ORCPT <rfc822;linux-kernel@vger.kernel.org>); Tue, 14 Nov 2023 05:42:13 -0500 Received: from sym2.noone.org (sym.noone.org [178.63.92.236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16303130; Tue, 14 Nov 2023 02:42:09 -0800 (PST) Received: by sym2.noone.org (Postfix, from userid 1002) id 4SV2t41ycwzvjkp; Tue, 14 Nov 2023 11:42:03 +0100 (CET) From: Tobias Klauser <tklauser@distanz.ch> To: Paolo Abeni <pabeni@redhat.com> Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc Date: Tue, 14 Nov 2023 11:42:02 +0100 Message-Id: <20231114104202.4680-1-tklauser@distanz.ch> X-Mailer: git-send-email 2.11.0 X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: <linux-kernel.vger.kernel.org> X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (snail.vger.email [0.0.0.0]); Tue, 14 Nov 2023 02:42:15 -0800 (PST) X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: 1782535722575260448 X-GMAIL-MSGID: 1782535722575260448 |
Series |
[net-next] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
|
|
Commit Message
Tobias Klauser
Nov. 14, 2023, 10:42 a.m. UTC
Fix a small typo in the kerneldoc comment of the INDIRECT_CALL_$NR
macro.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
include/linux/indirect_call_wrapper.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
+ Jakub, Dave and Eric On Tue, Nov 14, 2023 at 11:42:02AM +0100, Tobias Klauser wrote: > Fix a small typo in the kerneldoc comment of the INDIRECT_CALL_$NR > macro. > > Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Thanks Tobias, I agree this is correct. Reviewed-by: Simon Horman <horms@kernel.org> To the netdev maintainers: get_maintainer.pl doesn't seem to know much about include/linux/indirect_call_wrapper.h. Should that be fixed?
On Wed, 15 Nov 2023 17:56:26 +0000 Simon Horman wrote: > To the netdev maintainers: get_maintainer.pl doesn't seem to > know much about include/linux/indirect_call_wrapper.h. > Should that be fixed? I'm curious how many of such files exist under include/linux. Files which are not really networking specific but only tree the changes ever went thru is netdev.. But yes, in the interest of "taking responsibility" we should probably claim it.
Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 14 Nov 2023 11:42:02 +0100 you wrote: > Fix a small typo in the kerneldoc comment of the INDIRECT_CALL_$NR > macro. > > Signed-off-by: Tobias Klauser <tklauser@distanz.ch> > --- > include/linux/indirect_call_wrapper.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net-next] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc https://git.kernel.org/netdev/net-next/c/3185d57cfcd3 You are awesome, thank you!
On Thu, Nov 16, 2023 at 01:03:10AM -0500, Jakub Kicinski wrote: > On Wed, 15 Nov 2023 17:56:26 +0000 Simon Horman wrote: > > To the netdev maintainers: get_maintainer.pl doesn't seem to > > know much about include/linux/indirect_call_wrapper.h. > > Should that be fixed? > > I'm curious how many of such files exist under include/linux. > Files which are not really networking specific but only tree > the changes ever went thru is netdev.. > But yes, in the interest of "taking responsibility" we should > probably claim it. Thanks, patch sent. Link: https://lore.kernel.org/netdev/20231120-indirect_call_wrapper-maintainer-v1-1-0a6bb1f7363e@kernel.org/
diff --git a/include/linux/indirect_call_wrapper.h b/include/linux/indirect_call_wrapper.h index c1c76a70a6ce..adb83a42a6b9 100644 --- a/include/linux/indirect_call_wrapper.h +++ b/include/linux/indirect_call_wrapper.h @@ -11,7 +11,7 @@ * @__VA_ARGS__: arguments for @f * * Avoid retpoline overhead for known builtin, checking @f vs each of them and - * eventually invoking directly the builtin function. The functions are check + * eventually invoking directly the builtin function. The functions are checked * in the given order. Fallback to the indirect call. */ #define INDIRECT_CALL_1(f, f1, ...) \