Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style
authorGeorgios Emmanouil <geo.emmnl@gmail.com>
Thu, 2 Mar 2017 17:07:04 +0000 (19:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:43:49 +0000 (14:43 +0100)
Added blank line after function and modified comment style.

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/wilc_spi.c

index 4724586f919a0e970519dcb7f1a453e0d006876d..0363b086951692f7fbabc2424586543fc846e8c2 100644 (file)
@@ -1128,11 +1128,8 @@ static int wilc_spi_sync_ext(struct wilc *wilc, int nint)
 
        return 1;
 }
-/********************************************
- *
- *      Global spi HIF function table
- *
- ********************************************/
+
+/* Global spi HIF function table */
 static const struct wilc_hif_func wilc_hif_spi = {
        .hif_init = wilc_spi_init,
        .hif_deinit = _wilc_spi_deinit,