mirror of https://gitee.com/openkylin/linux.git
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: Nick Rosbrook <nrosbrook@mail.smcvt.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0966c75504
commit
f3f2d351db
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue