tree-wide: Assorted spelling fixes
In particular, several occurances of funny versions of 'success', 'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address', 'beginning', 'desirable', 'separate' and 'necessary' are fixed. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Joe Perches <joe@perches.com> Cc: Junio C Hamano <gitster@pobox.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -1348,7 +1348,7 @@ static int smsc9420_open(struct net_device *dev)
|
||||
|
||||
netif_carrier_off(dev);
|
||||
|
||||
/* disable, mask and acknowlege all interrupts */
|
||||
/* disable, mask and acknowledge all interrupts */
|
||||
spin_lock_irqsave(&pd->int_lock, flags);
|
||||
int_cfg = smsc9420_reg_read(pd, INT_CFG) & (~INT_CFG_IRQ_EN_);
|
||||
smsc9420_reg_write(pd, INT_CFG, int_cfg);
|
||||
|
Reference in New Issue
Block a user