2016-03-28 00:00:38

by Diego Viola

[permalink] [raw]
Subject: [PATCH TRIVIAL] drivers/net/usb/plusb.c: Fix typo

Signed-off-by: Diego Viola <[email protected]>
---
drivers/net/usb/plusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 1bfe0fc..22e1a9a 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -38,7 +38,7 @@
* HEADS UP: this handshaking isn't all that robust. This driver
* gets confused easily if you unplug one end of the cable then
* try to connect it again; you'll need to restart both ends. The
- * "naplink" software (used by some PlayStation/2 deveopers) does
+ * "naplink" software (used by some PlayStation/2 developers) does
* the handshaking much better! Also, sometimes this hardware
* seems to get wedged under load. Prolific docs are weak, and
* don't identify differences between PL2301 and PL2302, much less
--
2.7.4


2016-03-28 02:34:20

by David Miller

[permalink] [raw]
Subject: Re: [PATCH TRIVIAL] drivers/net/usb/plusb.c: Fix typo

From: Diego Viola <[email protected]>
Date: Sun, 27 Mar 2016 20:58:15 -0300

> Signed-off-by: Diego Viola <[email protected]>

Applied, thanks.