Fix typo interrest[ing|ed] => interest[ing|ed]
Fix typos with interrest*. Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
817f2c842d
commit
6f0b31c318
@@ -109,7 +109,7 @@ static int hdlc_device_event(struct notifier_block *this, unsigned long event,
|
||||
return NOTIFY_DONE; /* not an HDLC device */
|
||||
|
||||
if (event != NETDEV_CHANGE)
|
||||
return NOTIFY_DONE; /* Only interrested in carrier changes */
|
||||
return NOTIFY_DONE; /* Only interested in carrier changes */
|
||||
|
||||
on = netif_carrier_ok(dev);
|
||||
|
||||
|
Reference in New Issue
Block a user