Re: [PATCH] kernel/SRCU: Fix ctags

2018-09-11 Thread Sam Protsenko
Hi guys, It's been a while since I sent this one. Can we please merge it if there is no objections? Thanks. On Tue, Aug 28, 2018 at 6:44 PM, Sam Protsenko wrote: > ctags indexing ("make tags" command) throws this warning: > > ctags: Warning: include/linux/notifier.h:125: > null

Re: [PATCH] kernel/SRCU: Fix ctags

2018-09-11 Thread Sam Protsenko
Hi guys, It's been a while since I sent this one. Can we please merge it if there is no objections? Thanks. On Tue, Aug 28, 2018 at 6:44 PM, Sam Protsenko wrote: > ctags indexing ("make tags" command) throws this warning: > > ctags: Warning: include/linux/notifier.h:125: > null

[PATCH] kernel/SRCU: Fix ctags

2018-08-28 Thread Sam Protsenko
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 exapansion. Fix that by getting rid of line break. Similar fix was already done in commit 25528213fe9f

[PATCH] kernel/SRCU: Fix ctags

2018-08-28 Thread Sam Protsenko
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 exapansion. Fix that by getting rid of line break. Similar fix was already done in commit 25528213fe9f