Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include/linux/notifier.h: SRCU: fix ctags
ctags indexing ("make tags" command) throws this warning: ctags: Warning: include/linux/notifier.h:125: null expansion of name pattern "\1" This is the result of DEFINE_PER_CPU() macro expansion. Fix that by getting rid of line break. Similar fix was already done in commit 2552821 ("tags: Fix DEFINE_PER_CPU expansions"), but this one probably wasn't noticed. Link: http://lkml.kernel.org/r/[email protected] Fixes: 9c80172 ("kernel/SRCU: provide a static initializer") Signed-off-by: Sam Protsenko <[email protected]> Cc: Sebastian Andrzej Siewior <[email protected]> Cc: Andy Shevchenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information