summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ucc_uart.c
diff options
context:
space:
mode:
authorJoe Perches2013-10-09 01:14:21 +0200
committerGreg Kroah-Hartman2013-10-16 22:08:16 +0200
commitfc811472c2167cc885b7af422b074cc9224f3a93 (patch)
tree04ce583a007acf157a25c240625bf2a054575f41 /drivers/tty/serial/ucc_uart.c
parentserial: mrst_max3110: Fix race condition between spi transfers (diff)
downloadkernel-qcow2-linux-fc811472c2167cc885b7af422b074cc9224f3a93.tar.gz
kernel-qcow2-linux-fc811472c2167cc885b7af422b074cc9224f3a93.tar.xz
kernel-qcow2-linux-fc811472c2167cc885b7af422b074cc9224f3a93.zip
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>
Diffstat (limited to 'drivers/tty/serial/ucc_uart.c')
-rw-r--r--drivers/tty/serial/ucc_uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c
index 88317482b81f..2fd1e1789811 100644
--- a/drivers/tty/serial/ucc_uart.c
+++ b/drivers/tty/serial/ucc_uart.c
@@ -269,7 +269,7 @@ static unsigned int qe_uart_tx_empty(struct uart_port *port)
return 1;
bdp++;
- };
+ }
}
/*