staging: wilc1000: Format block comment.
authorElise Lennion <elise.lennion@gmail.com>
Fri, 7 Oct 2016 04:20:23 +0000 (01:20 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:49 +0000 (10:24 +0200)
Fix checkpatch warning:

WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_spi.c

index f08cf6d..572e57d 100644 (file)
@@ -858,7 +858,8 @@ static int wilc_spi_init(struct wilc *wilc, bool resume)
        /* the SPI to it's initial value. */
        if (!spi_internal_read(wilc, WILC_SPI_PROTOCOL_OFFSET, &reg)) {
                /* Read failed. Try with CRC off. This might happen when module
-                * is removed but chip isn't reset*/
+                * is removed but chip isn't reset
+                */
                g_spi.crc_off = 1;
                dev_err(&spi->dev, "Failed internal read protocol with CRC on, retrying with CRC off...\n");
                if (!spi_internal_read(wilc, WILC_SPI_PROTOCOL_OFFSET, &reg)) {