staging: slicoss: fix missing blank line
fix checkpatch.pl warning about 'Missing a blank line after declarations' Signed-off-by: Clifton Barnes <clifton.a.barnes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f2fe1bc900
commit
d37912dd29
|
@ -898,6 +898,7 @@ static void slic_upr_start(struct adapter *adapter)
|
|||
{
|
||||
struct slic_upr *upr;
|
||||
__iomem struct slic_regs *slic_regs = adapter->slic_regs;
|
||||
|
||||
upr = adapter->upr_list;
|
||||
if (!upr)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue