Re: [PATCH] scripts/checkpatch.pl - fix *_NOTIFIER_HEAD handling

From: Joe Perches
Date: Thu Aug 08 2019 - 08:46:04 EST


On Thu, 2019-08-08 at 02:08 -0400, Valdis KlÄtnieks wrote:
> On Wed, 07 Aug 2019 22:50:47 -0700, Joe Perches said:
> > On Wed, 2019-08-07 at 21:36 -0400, Valdis Kltnieks wrote:
> > > ^.DEFINE_$Ident\(\Q$name\E\)|
> > > ^.DECLARE_$Ident\(\Q$name\E\)|
> > > ^.LIST_HEAD\(\Q$name\E\)|
> > > - ^.{$Ident}_NOTIFIER_HEAD\(\Q$name\E\)|
> > > + ^.${Ident}_NOTIFIER_HEAD\(\Q$name\E\)|

oops.

I did reply with the correct form for Gilad's original patch.
https://lore.kernel.org/lkml/613b7f1dd7244df22f677777cc946758cbd7e61c.camel@xxxxxxxxxxx/

My mistake not noticing again in Gilad's v2.
Oh well.