staging: slicoss: Add blank line after variable declarations.
authorCiprian Manea <ciprian.manea.cm@gmail.com>
Sun, 26 Jul 2015 21:26:18 +0000 (22:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 23:14:53 +0000 (16:14 -0700)
commit740d6c17c8fe25b917273195db8d49d33b87e6ae
tree62426093261efcd89fe588ad96376938c25d57c9
parent5a3a3f64cabe1590d76d6e8bc1b24c11219ab61e
staging: slicoss: Add blank line after variable declarations.

This patch fixes the checkpatch.pl warning:

WARNING: Missing a blank line after declarations
+ unsigned long flags;
+ pshmem = (struct slic_shmem *)(unsigned long)

Signed-off-by: Ciprian Manea <ciprian.manea.cm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c
This page took 0.02605 seconds and 5 git commands to generate.