Skip to content

Commit 70f3c75

Browse files
PuZZleDucKgregkh
authored andcommitted
USB: serial: belkin_sa: Changes to conform with coding style
Removed some spaces before tabs and reformatted switch statement. Signed-off-by: Ben Minerds <puzzleduck@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2f338c8 commit 70f3c75

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

drivers/usb/serial/belkin_sa.c

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
* Belkin USB Serial Adapter Driver
33
*
44
* 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)
66
* Copyright (C) 2010 Johan Hovold (jhovold@gmail.com)
77
*
88
* This program is largely derived from work by the linux-usb group
99
* and associated source files. Please see the usb/serial files for
1010
* individual credits and copyrights.
1111
*
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.
1616
*
1717
* See Documentation/usb/usb-serial.txt for more information on using this
1818
* driver
@@ -403,7 +403,8 @@ static void belkin_sa_set_termios(struct tty_struct *tty,
403403
case CS8:
404404
urb_value = BELKIN_SA_DATA_BITS(8);
405405
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");
407408
urb_value = BELKIN_SA_DATA_BITS(8);
408409
break;
409410
}

0 commit comments

Comments
 (0)