staging: octeon: remove multiple blank lines

Fixes the checkpatch issue Please don't use multiple blank lines.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gargi Sharma 2016-09-16 00:07:51 +05:30 committed by Greg Kroah-Hartman
parent 132aba090d
commit 52edd01ffd
1 changed files with 0 additions and 2 deletions

View File

@ -694,7 +694,6 @@ static int cvm_oct_probe(struct platform_device *pdev)
return -EINVAL; return -EINVAL;
} }
cvm_oct_configure_common_hw(); cvm_oct_configure_common_hw();
cvmx_helper_initialize_packet_io_global(); cvmx_helper_initialize_packet_io_global();
@ -937,7 +936,6 @@ static int cvm_oct_remove(struct platform_device *pdev)
} }
} }
cvmx_pko_shutdown(); cvmx_pko_shutdown();
cvmx_ipd_free_ptr(); cvmx_ipd_free_ptr();