Re: [PATCH] keys: remove trailing semicolon in macro definition

From: Jarkko Sakkinen
Date: Wed Dec 02 2020 - 11:46:43 EST


On Sat, Nov 28, 2020 at 09:30:44PM -0800, Joe Perches wrote:
> On Sun, 2020-11-29 at 06:45 +0200, Jarkko Sakkinen wrote:
> > On Fri, Nov 27, 2020 at 11:15:43AM -0800, trix@xxxxxxxxxx wrote:
> > > From: Tom Rix <trix@xxxxxxxxxx>
> > >
> > > The macro use will already have a semicolon.
> > >
> > > Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
> >
> > I'm in-between whether this is worth of merging. The commit message
> > does not help with that decision too much.
>
> It seems worthy of merging to me modulo whatver improvement is desired in
> the commit message.
>
> There are 3 existing uses of request_key_net. All have a trailing semicolon.
> There is 1 existing use of request_key_net_rcu. It has a trailing semicolon.
>
> No object change should occur.

OK, makes sense.

Acked-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>

/Jarkko