Commit f3f2d351 authored by Nick Rosbrook's avatar Nick Rosbrook Committed by Greg Kroah-Hartman

staging: ks7010: Corrected a spelling mistake

This patch corrects the spelling of 'initialize' in ks7010_sdio.c.

The issue was found by checkpatch.
Signed-off-by: default avatarNick Rosbrook <nrosbrook@mail.smcvt.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0966c755
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment