Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
* 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6: Fix common misspellings
This commit is contained in:
@@ -190,7 +190,7 @@ static int eem_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
|
||||
|
||||
/*
|
||||
* EEM packet header format:
|
||||
* b0..14: EEM type dependant (Data or Command)
|
||||
* b0..14: EEM type dependent (Data or Command)
|
||||
* b15: bmType
|
||||
*/
|
||||
header = get_unaligned_le16(skb->data);
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user