Re: [greybus-dev] [PATCH 1/1] staging: greybus: Added do - while in multi statement macro

From: Viresh Kumar
Date: Thu Feb 11 2021 - 05:13:50 EST


On 11-02-21, 11:00, Greg KH wrote:
> On Thu, Feb 11, 2021 at 03:24:44PM +0530, Hemansh Agnihotri wrote:
> > This patch add fixes an checkpatch error for "Macros with multiple statements
> > should be enclosed in a do - while loop"
> >
> > Signed-off-by: Hemansh Agnihotri <hemanshagnihotri27@xxxxxxxxx>
>
> Any reason you didn't test-build your patch before sending it out?
>
> That's a bit rude to reviewers :(

I also wonder how two people stumbled upon the exact same thing at the
same time. Copy/paste ?

https://lore.kernel.org/lkml/20210210221439.3489-2-yildirim.fatih@xxxxxxxxx/

And of course NAK for the patch. The macro is used outside of any
other routine, and is actually used to create routines. No do-while
required here.

--
viresh