Fix common misspellings
[deliverable/linux.git] / drivers / net / usb / kaweth.c
index 7dc84971f26f8720f8aea9384e33a669d1b825b7..ad0298f9b5f9e6924b634a9fcc673bebecb29afa 100644 (file)
@@ -1221,7 +1221,7 @@ static void kaweth_disconnect(struct usb_interface *intf)
 
        usb_set_intfdata(intf, NULL);
        if (!kaweth) {
-               dev_warn(&intf->dev, "unregistering non-existant device\n");
+               dev_warn(&intf->dev, "unregistering non-existent device\n");
                return;
        }
        netdev = kaweth->net;
This page took 0.026839 seconds and 5 git commands to generate.