diff options
author | David Chang <dchang@suse.com> | 2013-06-27 09:16:42 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-29 04:34:28 (GMT) |
commit | 803dee958390bd3e9e42a31dd8bdc4d1a8fa319f (patch) | |
tree | 32a794a8655598a7e05a4d1f8b918311c70853b9 /drivers/net/usb | |
parent | 2ffae99d1fac272952b5a395759823717760ce37 (diff) | |
download | linux-fsl-qoriq-803dee958390bd3e9e42a31dd8bdc4d1a8fa319f.tar.xz |
usbnet: ax88179_178a: Correct a typo in description
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>
Diffstat (limited to 'drivers/net/usb')
-rw-r--r-- | drivers/net/usb/ax88179_178a.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c index bd8758f..7ce243b 100644 --- a/drivers/net/usb/ax88179_178a.c +++ b/drivers/net/usb/ax88179_178a.c @@ -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, |