mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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>
This commit is contained in:
committed by
Paolo Abeni
parent
e316dd1cf1
commit
3185d57cfc
@@ -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, ...) \
|
||||
|
||||
Reference in New Issue
Block a user