projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e316dd1
)
indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
author
Tobias Klauser
<tklauser@distanz.ch>
Tue, 14 Nov 2023 10:42:02 +0000
(11:42 +0100)
committer
Paolo Abeni
<pabeni@redhat.com>
Thu, 16 Nov 2023 11:26:57 +0000
(12:26 +0100)
Fix a small typo in the kerneldoc comment of the INDIRECT_CALL_$NR
macro.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://lore.kernel.org/r/20231114104202.4680-1-tklauser@distanz.ch
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/indirect_call_wrapper.h
patch
|
blob
|
history
diff --git
a/include/linux/indirect_call_wrapper.h
b/include/linux/indirect_call_wrapper.h
index c1c76a70a6ce9f667fa4eeb949a5403b48e7bf6e..adb83a42a6b90b03cb468ef2787a568bd8a008d0 100644
(file)
--- 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 check
ed
* in the given order. Fallback to the indirect call.
*/
#define INDIRECT_CALL_1(f, f1, ...) \