mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2 net-next] usbnet: ax88179_178a: Correct a typo in description
@ 2013-06-27  9:16 David Chang
  2013-06-27  9:16 ` [PATCH 2/2 net-next] usbnet: ax88179_178a: add .reset_resume hook David Chang
  2013-06-29  4:40 ` [PATCH 1/2 net-next] usbnet: ax88179_178a: Correct a typo in description David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: David Chang @ 2013-06-27  9:16 UTC (permalink / raw)
  To: David S. Miller
  Cc: Greg Kroah-Hartman, linux-usb, netdev, linux-kernel, jlee, David Chang


Correct a typo in description of driver_info, it should be Gigabit

Signed-off-by: David Chang <dchang@suse.com>
---
 drivers/net/usb/ax88179_178a.c | 4 ++--
 1 file 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,
-- 
1.8.1.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-29  4:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27  9:16 [PATCH 1/2 net-next] usbnet: ax88179_178a: Correct a typo in description David Chang
2013-06-27  9:16 ` [PATCH 2/2 net-next] usbnet: ax88179_178a: add .reset_resume hook David Chang
2013-06-29  4:40   ` David Miller
2013-06-29  4:40 ` [PATCH 1/2 net-next] usbnet: ax88179_178a: Correct a typo in description David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®