forked from Minki/linux
atm: Fix typo in lanai.c
Correct spelling "reseting" to resetting" in drivers/atm/lanai.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dc7cdf6c6b
commit
12806a241b
@ -1572,7 +1572,7 @@ static inline void host_vcc_unbind(struct lanai_dev *lanai,
|
||||
|
||||
static void lanai_reset(struct lanai_dev *lanai)
|
||||
{
|
||||
printk(KERN_CRIT DEV_LABEL "(itf %d): *NOT* reseting - not "
|
||||
printk(KERN_CRIT DEV_LABEL "(itf %d): *NOT* resetting - not "
|
||||
"implemented\n", lanai->number);
|
||||
/* TODO */
|
||||
/* The following is just a hack until we write the real
|
||||
|
Loading…
Reference in New Issue
Block a user