|
2 | 2 | * Belkin USB Serial Adapter Driver
|
3 | 3 | *
|
4 | 4 | * Copyright (C) 2000 William Greathouse (wgreathouse@smva.com)
|
5 |
| - * Copyright (C) 2000-2001 Greg Kroah-Hartman (greg@kroah.com) |
| 5 | + * Copyright (C) 2000-2001 Greg Kroah-Hartman (greg@kroah.com) |
6 | 6 | * Copyright (C) 2010 Johan Hovold (jhovold@gmail.com)
|
7 | 7 | *
|
8 | 8 | * This program is largely derived from work by the linux-usb group
|
9 | 9 | * and associated source files. Please see the usb/serial files for
|
10 | 10 | * individual credits and copyrights.
|
11 | 11 | *
|
12 |
| - * This program is free software; you can redistribute it and/or modify |
13 |
| - * it under the terms of the GNU General Public License as published by |
14 |
| - * the Free Software Foundation; either version 2 of the License, or |
15 |
| - * (at your option) any later version. |
| 12 | + * This program is free software; you can redistribute it and/or modify |
| 13 | + * it under the terms of the GNU General Public License as published by |
| 14 | + * the Free Software Foundation; either version 2 of the License, or |
| 15 | + * (at your option) any later version. |
16 | 16 | *
|
17 | 17 | * See Documentation/usb/usb-serial.txt for more information on using this
|
18 | 18 | * driver
|
@@ -403,7 +403,8 @@ static void belkin_sa_set_termios(struct tty_struct *tty,
|
403 | 403 | case CS8:
|
404 | 404 | urb_value = BELKIN_SA_DATA_BITS(8);
|
405 | 405 | break;
|
406 |
| - default: dbg("CSIZE was not CS5-CS8, using default of 8"); |
| 406 | + default: |
| 407 | + dbg("CSIZE was not CS5-CS8, using default of 8"); |
407 | 408 | urb_value = BELKIN_SA_DATA_BITS(8);
|
408 | 409 | break;
|
409 | 410 | }
|
|
0 commit comments