Fix "stuct", "strut", "struc" typos
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
committed by
Adrian Bunk
parent
fad6a94ee6
commit
3235798804
@@ -641,7 +641,7 @@ static void lmc_watchdog (unsigned long data) /*fold00*/
|
||||
spin_lock_irqsave(&sc->lmc_lock, flags);
|
||||
|
||||
if(sc->check != 0xBEAFCAFE){
|
||||
printk("LMC: Corrupt net_device stuct, breaking out\n");
|
||||
printk("LMC: Corrupt net_device struct, breaking out\n");
|
||||
spin_unlock_irqrestore(&sc->lmc_lock, flags);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user