Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;