diff options
author | Diego Viola <diego.viola@gmail.com> | 2016-03-27 19:58:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-27 22:33:56 -0400 |
commit | a69f0e281d9eb08eb277be051f920ea863e258e2 (patch) | |
tree | 9f3e068c7d06ed9f5d447e45166d764e803b8c35 | |
parent | 9ba723b081a2d1be81fb6f60f912bd94fa744965 (diff) |
drivers/net/usb/plusb.c: Fix typo
Signed-off-by: Diego Viola <diego.viola@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/usb/plusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c index 1bfe0fcaccf5..22e1a9a99a7d 100644 --- a/drivers/net/usb/plusb.c +++ b/drivers/net/usb/plusb.c | |||
@@ -38,7 +38,7 @@ | |||
38 | * HEADS UP: this handshaking isn't all that robust. This driver | 38 | * HEADS UP: this handshaking isn't all that robust. This driver |
39 | * gets confused easily if you unplug one end of the cable then | 39 | * gets confused easily if you unplug one end of the cable then |
40 | * try to connect it again; you'll need to restart both ends. The | 40 | * try to connect it again; you'll need to restart both ends. The |
41 | * "naplink" software (used by some PlayStation/2 deveopers) does | 41 | * "naplink" software (used by some PlayStation/2 developers) does |
42 | * the handshaking much better! Also, sometimes this hardware | 42 | * the handshaking much better! Also, sometimes this hardware |
43 | * seems to get wedged under load. Prolific docs are weak, and | 43 | * seems to get wedged under load. Prolific docs are weak, and |
44 | * don't identify differences between PL2301 and PL2302, much less | 44 | * don't identify differences between PL2301 and PL2302, much less |