Re: [PATCH] staging:board: Macros with flow control statements

2016-05-02 Thread Greg KH
On Tue, May 03, 2016 at 06:01:56AM +0300, Nikita Eshkeev wrote: > This patch fixes the checkpatch.pl warning: > > WARNING: Macros with flow control statements should be avoided > +#define board_staging(str, fn) \ > +static int __init runtime_board_check(void) \ > +{

[PATCH] staging:board: Macros with flow control statements

2016-05-02 Thread Nikita Eshkeev
This patch fixes the checkpatch.pl warning: WARNING: Macros with flow control statements should be avoided +#define board_staging(str, fn) \ +static int __init runtime_board_check(void)\ +{ \ + if