summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2023-11-14 11:42:02 +0100
committerPaolo Abeni <pabeni@redhat.com>2023-11-16 12:26:57 +0100
commit3185d57cfcd34fadbe28f4ed57a6cb5122277ece (patch)
tree8861ed44a510304a159643236ca8a268822152d0
parente316dd1cf1358ff9c44b37c7be273a7dc4349986 (diff)
indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
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>
-rw-r--r--include/linux/indirect_call_wrapper.h2
1 files changed, 1 insertions, 1 deletions
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, ...) \