Re: [PATCH 2/2] staging: media: ipu3: code style fix - missing a blank line after declarations

2021-02-21 Thread Nikolay K.
I can't find any change in struct imgu_fw_info layout after this patch. But warning is strange, because declarations don't actually end here. So I think this warning should be suppressed to reduce noise in checkpatch.pl output.

Re: [PATCH 2/2] staging: media: ipu3: code style fix - missing a blank line after declarations

2021-02-21 Thread Greg Kroah-Hartman
On Sun, Feb 21, 2021 at 11:12:36AM +0300, Nikolay Kyx wrote: > This patch fixes the following checkpatch.pl warning: > > WARNING: Missing a blank line after declarations > > in file ipu3-css-fw.h > > Signed-off-by: Nikolay Kyx > --- > > Additionally some style warnings remain valid here and

[PATCH 2/2] staging: media: ipu3: code style fix - missing a blank line after declarations

2021-02-21 Thread Nikolay Kyx
This patch fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations in file ipu3-css-fw.h Signed-off-by: Nikolay Kyx --- Additionally some style warnings remain valid here and could be fixed by another patch. drivers/staging/media/ipu3/ipu3-css-fw.h | 1 +