diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 11:12:05 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 13:03:24 -0700 |
commit | 3a262b2ea7c0905026c0be3618dba1f825e5387a (patch) | |
tree | b8c0e468068f9302a1e23fdac84de21f85f1174b /drivers/usb | |
parent | ae64387a54fd519d68aa7d1aacba095140f1a647 (diff) | |
download | op-kernel-dev-3a262b2ea7c0905026c0be3618dba1f825e5387a.zip op-kernel-dev-3a262b2ea7c0905026c0be3618dba1f825e5387a.tar.gz |
tty-usb-hp4x: Fix overlong line
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/hp4x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/serial/hp4x.c b/drivers/usb/serial/hp4x.c index 75b88b3..ab90586 100644 --- a/drivers/usb/serial/hp4x.c +++ b/drivers/usb/serial/hp4x.c @@ -9,7 +9,8 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * See Documentation/usb/usb-serial.txt for more information on using this driver + * See Documentation/usb/usb-serial.txt for more information on using this + * driver */ #include <linux/kernel.h> |