Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70f3c758 authored by Ben Minerds's avatar Ben Minerds Committed by Greg Kroah-Hartman
Browse files

USB: serial: belkin_sa: Changes to conform with coding style



Removed some spaces before tabs and reformatted switch statement.

Signed-off-by: default avatarBen Minerds <puzzleduck@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2f338c8a
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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;
		}