tty: Remove unnecessary semicolons
These aren't necessary after switch and while blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
b6951b8a63
commit
fc811472c2
@@ -894,7 +894,7 @@ static int sunsab_console_setup(struct console *con, char *options)
|
||||
case B115200: baud = 115200; break;
|
||||
case B230400: baud = 230400; break;
|
||||
case B460800: baud = 460800; break;
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* Temporary fix.
|
||||
|
Reference in New Issue
Block a user