Commit 740d6c17 authored by Ciprian Manea's avatar Ciprian Manea Committed by Greg Kroah-Hartman
Browse files

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: default avatarCiprian Manea <ciprian.manea.cm@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5a3a3f64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2329,6 +2329,7 @@ static int slic_if_init(struct adapter *adapter, unsigned long *flags)

	if (!adapter->isp_initialized) {
		unsigned long flags;

		pshmem = (struct slic_shmem *)(unsigned long)
			 adapter->phys_shmem;