mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
Reference in New Issue
Block a user