mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
2f338c8a19
commit
70f3c7586c
1 changed files with 7 additions and 6 deletions
|
@ -403,7 +403,8 @@ static void belkin_sa_set_termios(struct tty_struct *tty,
|
|||
case CS8:
|
||||
urb_value = BELKIN_SA_DATA_BITS(8);
|
||||
break;
|
||||
default: dbg("CSIZE was not CS5-CS8, using default of 8");
|
||||
default:
|
||||
dbg("CSIZE was not CS5-CS8, using default of 8");
|
||||
urb_value = BELKIN_SA_DATA_BITS(8);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue