Commit 2631fffe authored by Georgios Emmanouil's avatar Georgios Emmanouil Committed by Greg Kroah-Hartman

Staging:wilc1000:host_interface: Removed unnecessary blank line

Removed unnecessary blank line.
Signed-off-by: default avatarGeorgios Emmanouil <geo.emmnl@gmail.com>
Reviewed-by: default avatarJulian Calaby <julian.calaby@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ba100438
...@@ -287,7 +287,6 @@ static int wilc_enqueue_cmd(struct host_if_msg *msg) ...@@ -287,7 +287,6 @@ static int wilc_enqueue_cmd(struct host_if_msg *msg)
return 0; return 0;
} }
/* The u8IfIdx starts from 0 to NUM_CONCURRENT_IFC -1, but 0 index used as /* 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. * 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. * As a result, the returned index will be 1 to NUM_CONCURRENT_IFC.
......
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