diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 06:12:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 16:03:24 -0400 |
commit | 3a262b2ea7c0905026c0be3618dba1f825e5387a (patch) | |
tree | b8c0e468068f9302a1e23fdac84de21f85f1174b /drivers/usb | |
parent | ae64387a54fd519d68aa7d1aacba095140f1a647 (diff) |
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 75b88b356ebc..ab905869e959 100644 --- a/drivers/usb/serial/hp4x.c +++ b/drivers/usb/serial/hp4x.c | |||
@@ -9,7 +9,8 @@ | |||
9 | * the Free Software Foundation; either version 2 of the License, or | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | * (at your option) any later version. | 10 | * (at your option) any later version. |
11 | * | 11 | * |
12 | * See Documentation/usb/usb-serial.txt for more information on using this driver | 12 | * See Documentation/usb/usb-serial.txt for more information on using this |
13 | * driver | ||
13 | */ | 14 | */ |
14 | 15 | ||
15 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |