You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Greg Kroah-Hartman
parent
f2fe1bc900
commit
d37912dd29
@@ -898,6 +898,7 @@ static void slic_upr_start(struct adapter *adapter)
|
|||||||
{
|
{
|
||||||
struct slic_upr *upr;
|
struct slic_upr *upr;
|
||||||
__iomem struct slic_regs *slic_regs = adapter->slic_regs;
|
__iomem struct slic_regs *slic_regs = adapter->slic_regs;
|
||||||
|
|
||||||
upr = adapter->upr_list;
|
upr = adapter->upr_list;
|
||||||
if (!upr)
|
if (!upr)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user