Re: [PATCH v2] staging: octeon: fix missing a blank line after declaration

2019-11-08 Thread Matthew Wilcox
I would like to reiterate my opinion that this checkpatch warning is bullshit. For large functions, sure. For this kind of function, it's a waste of space. On Fri, Nov 08, 2019 at 02:23:29PM +, Valery Ivanov wrote: > This patch fixes "WARNING: Missing a blank line after declarations" >

[PATCH v2] staging: octeon: fix missing a blank line after declaration

2019-11-08 Thread Valery Ivanov
This patch fixes "WARNING: Missing a blank line after declarations" Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- Changes in v2: - fix huge indentation in commit message --- drivers/staging/octeon/octeon-stubs.h | 1 + 1 file changed, 1 insertion(+) diff --git