[PATCH v2] kernel/SRCU: Fix ctags

2018-10-30 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 expansion. Fix that by getting rid of line break. Similar fix was already done in commit 25528213fe9f

[PATCH v2] kernel/SRCU: Fix ctags

2018-10-30 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 expansion. Fix that by getting rid of line break. Similar fix was already done in commit 25528213fe9f

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-30 Thread Sam Protsenko
On Mon, Oct 29, 2018 at 10:11 PM, Andy Shevchenko wrote: > On Mon, Oct 29, 2018 at 10:09 PM Sam Protsenko > wrote: >> >> ctags indexing ("make tags" command) throws this warning: >> >> ctags: Warning: include/linux/notifier.h:125: >> null expansion of name pattern "\1" >> >> This is the

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-30 Thread Sam Protsenko
On Mon, Oct 29, 2018 at 10:11 PM, Andy Shevchenko wrote: > On Mon, Oct 29, 2018 at 10:09 PM Sam Protsenko > wrote: >> >> ctags indexing ("make tags" command) throws this warning: >> >> ctags: Warning: include/linux/notifier.h:125: >> null expansion of name pattern "\1" >> >> This is the

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-30 Thread Greg KH
On Mon, Oct 29, 2018 at 10:11:36PM +0200, Sam Protsenko wrote: > Hi Greg, > > On Mon, Oct 29, 2018 at 10:09 PM, Sam Protsenko > wrote: > > ctags indexing ("make tags" command) throws this warning: > > > > ctags: Warning: include/linux/notifier.h:125: > > null expansion of name pattern

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-30 Thread Greg KH
On Mon, Oct 29, 2018 at 10:11:36PM +0200, Sam Protsenko wrote: > Hi Greg, > > On Mon, Oct 29, 2018 at 10:09 PM, Sam Protsenko > wrote: > > ctags indexing ("make tags" command) throws this warning: > > > > ctags: Warning: include/linux/notifier.h:125: > > null expansion of name pattern

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-29 Thread Andy Shevchenko
On Mon, Oct 29, 2018 at 10:09 PM Sam Protsenko wrote: > > 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

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-29 Thread Andy Shevchenko
On Mon, Oct 29, 2018 at 10:09 PM Sam Protsenko wrote: > > 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

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-29 Thread Sam Protsenko
Hi Greg, On Mon, Oct 29, 2018 at 10:09 PM, Sam Protsenko wrote: > 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 >

Re: [PATCH v2] kernel/SRCU: Fix ctags

2018-10-29 Thread Sam Protsenko
Hi Greg, On Mon, Oct 29, 2018 at 10:09 PM, Sam Protsenko wrote: > 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 >

[PATCH v2] kernel/SRCU: Fix ctags

2018-10-29 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 v2] kernel/SRCU: Fix ctags

2018-10-29 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