Staging:wilc1000:host_interface: Removed unnecessary blank line
authorGeorgios Emmanouil <geo.emmnl@gmail.com>
Thu, 2 Mar 2017 15:35:05 +0000 (17:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:43:43 +0000 (14:43 +0100)
Removed unnecessary blank line.

Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index 2429c85052bf675c845ce11d6bb6aee8b09a92b6..15ff0a89b6ea86f141c56ab377b07bbe3dd95887 100644 (file)
@@ -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.