usbnet: ax88179_178a: Correct a typo in description
authorDavid Chang <dchang@suse.com>
Thu, 27 Jun 2013 09:16:42 +0000 (17:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jun 2013 04:34:28 +0000 (21:34 -0700)
Correct a typo in description of driver_info, it should be Gigabit

Signed-off-by: David Chang <dchang@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/ax88179_178a.c

index bd8758fa38c140cf93dd3c8b623a3d9b61a279fe..7ce243bf708870f1a3836ee95c0ec7c2d301b4f3 100644 (file)
@@ -1371,7 +1371,7 @@ static int ax88179_stop(struct usbnet *dev)
 }
 
 static const struct driver_info ax88179_info = {
-       .description = "ASIX AX88179 USB 3.0 Gigibit Ethernet",
+       .description = "ASIX AX88179 USB 3.0 Gigabit Ethernet",
        .bind = ax88179_bind,
        .unbind = ax88179_unbind,
        .status = ax88179_status,
@@ -1384,7 +1384,7 @@ static const struct driver_info ax88179_info = {
 };
 
 static const struct driver_info ax88178a_info = {
-       .description = "ASIX AX88178A USB 2.0 Gigibit Ethernet",
+       .description = "ASIX AX88178A USB 2.0 Gigabit Ethernet",
        .bind = ax88179_bind,
        .unbind = ax88179_unbind,
        .status = ax88179_status,
This page took 0.056677 seconds and 5 git commands to generate.