Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ciprian Manea and committed by
Greg Kroah-Hartman
740d6c17 5a3a3f64

+1
+1
drivers/staging/slicoss/slicoss.c
··· 2329 2329 2330 2330 if (!adapter->isp_initialized) { 2331 2331 unsigned long flags; 2332 + 2332 2333 pshmem = (struct slic_shmem *)(unsigned long) 2333 2334 adapter->phys_shmem; 2334 2335