Commit 52edd01f authored by Gargi Sharma's avatar Gargi Sharma Committed by Greg Kroah-Hartman

staging: octeon: remove multiple blank lines

Fixes the checkpatch issue Please don't use multiple blank lines.
Signed-off-by: default avatarGargi Sharma <gs051095@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 132aba09
...@@ -694,7 +694,6 @@ static int cvm_oct_probe(struct platform_device *pdev) ...@@ -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) ...@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment