mirror of https://gitee.com/openkylin/linux.git
Staging: fsl-dpaa2: ethernet: dpaa2-eth.c: Fixed a style issue
Fixed the checkpatch warning "Please don't use multiple blank lines" Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
beb7b033f4
commit
70b09abb37
|
@ -1864,7 +1864,6 @@ static int setup_dpni(struct fsl_mc_device *ls_dev)
|
|||
if (err)
|
||||
goto close;
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
close:
|
||||
|
|
Loading…
Reference in New Issue