* [PATCH net] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
@ 2023-11-07 8:01 Tobias Klauser
2023-11-08 21:45 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2023-11-07 8:01 UTC (permalink / raw)
To: Paolo Abeni; +Cc: netdev, linux-kernel
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(-)
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, ...) \
--
2.42.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
2023-11-07 8:01 [PATCH net] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc Tobias Klauser
@ 2023-11-08 21:45 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-11-08 21:45 UTC (permalink / raw)
To: Tobias Klauser; +Cc: Paolo Abeni, netdev, linux-kernel
On Tue, Nov 07, 2023 at 09:01:17AM +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>
Hi Tobias,
I am fine with this change but I don't think it fits the guidelines for
a bug fix. So I think it would be better targeted at net-next.
Subject: [PATCH net-next] ...
If so, the following applies:
## Form letter - net-next-closed
The merge window for v6.7 has begun and therefore net-next is closed
for new drivers, features, code refactoring and optimizations.
We are currently accepting bug fixes only.
Please repost when net-next reopens after November 12th.
RFC patches sent for review only are obviously welcome at any time.
See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-08 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 8:01 [PATCH net] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc Tobias Klauser
2023-11-08 21:45 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).