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:
Joe Perches
2013-10-08 16:14:21 -07:00
committed by Greg Kroah-Hartman
parent b6951b8a63
commit fc811472c2
9 changed files with 14 additions and 14 deletions

View File

@@ -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.