]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ks7010: Corrected a spelling mistake
authorNick Rosbrook <nrosbrook@mail.smcvt.edu>
Thu, 20 Oct 2016 17:08:06 +0000 (13:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 07:59:49 +0000 (09:59 +0200)
This patch corrects the spelling of 'initialize' in ks7010_sdio.c.

The issue was found by checkpatch.

Signed-off-by: Nick Rosbrook <nrosbrook@mail.smcvt.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c

index 55ece81af3abb8a997b5cee267ea8c6980f91802..6f76d1a8c92ab6bcb951cbefa0c682c20a20e1cc 100644 (file)
@@ -956,7 +956,7 @@ static int ks7010_sdio_probe(struct sdio_func *func,
        priv = NULL;
        netdev = NULL;
 
-       /* initilize ks_sdio_card */
+       /* initialize ks_sdio_card */
        card = kzalloc(sizeof(*card), GFP_KERNEL);
        if (!card)
                return -ENOMEM;