]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging:wilc1000:wilc_sdio.c Aligns code match open parenthesis
authorScott Matheina <scott@matheina.com>
Thu, 12 Jan 2017 03:38:37 +0000 (21:38 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jan 2017 17:10:25 +0000 (18:10 +0100)
Fixes checkpatch CHECK: Alignment should match open parenthesis

Signed-off-by: Scott Matheina <scott@matheina.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_sdio.c

index 3ad7cec4662dd1020f6f75b4009b665a23190b80..e48cebebf5fdc3b601f7ad6b7f07f914de9d5a88 100644 (file)
@@ -127,7 +127,7 @@ static int linux_sdio_probe(struct sdio_func *func,
 
        dev_dbg(&func->dev, "Initializing netdev\n");
        ret = wilc_netdev_init(&wilc, &func->dev, HIF_SDIO, gpio,
-                            &wilc_hif_sdio);
+                              &wilc_hif_sdio);
        if (ret) {
                dev_err(&func->dev, "Couldn't initialize netdev\n");
                return ret;