From: Georgios Emmanouil Date: Thu, 2 Mar 2017 15:35:05 +0000 (+0200) Subject: Staging:wilc1000:host_interface: Removed unnecessary blank line X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2631fffebf0817881e2d5e59a4be646ab262955a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Staging:wilc1000:host_interface: Removed unnecessary blank line Removed unnecessary blank line. Signed-off-by: Georgios Emmanouil Reviewed-by: Julian Calaby Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 2429c85052bf..15ff0a89b6ea 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -287,7 +287,6 @@ static int wilc_enqueue_cmd(struct host_if_msg *msg) return 0; } - /* The u8IfIdx starts from 0 to NUM_CONCURRENT_IFC -1, but 0 index used as * special purpose in wilc device, so we add 1 to the index to starts from 1. * As a result, the returned index will be 1 to NUM_CONCURRENT_IFC.