]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wan/hdlc.c
Merge branch 'master' into tk71
[mv-sheeva.git] / drivers / net / wan / hdlc.c
index 9937bbab938ddfa530d55cfc01539b2246bd8e77..5d4bb615ccce626677aac0e8d438c1ea6b455c0f 100644 (file)
@@ -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);