Title: [6453] trunk/drivers/serial/bfin_5xx.c: merge whitespace fix from mainline
- Revision
- 6453
- Author
- vapier
- Date
- 2009-05-23 22:40:16 -0500 (Sat, 23 May 2009)
Log Message
merge whitespace fix from mainline
Modified Paths
Diff
Modified: trunk/drivers/serial/bfin_5xx.c (6452 => 6453)
--- trunk/drivers/serial/bfin_5xx.c 2009-05-24 01:18:28 UTC (rev 6452)
+++ trunk/drivers/serial/bfin_5xx.c 2009-05-24 03:40:16 UTC (rev 6453)
@@ -167,7 +167,7 @@
struct tty_struct *tty = uart->port.info->port.tty;
#ifdef CONFIG_SERIAL_BFIN_HARD_CTSRTS
- if (uart->scts && !(bfin_serial_get_mctrl(&uart->port)&TIOCM_CTS)) {
+ if (uart->scts && !(bfin_serial_get_mctrl(&uart->port) & TIOCM_CTS)) {
uart->scts = 0;
uart_handle_cts_change(&uart->port, uart->scts);
}
@@ -374,7 +374,7 @@
struct bfin_serial_port *uart = dev_id;
#ifdef CONFIG_SERIAL_BFIN_HARD_CTSRTS
- if (uart->scts && !(bfin_serial_get_mctrl(&uart->port)&TIOCM_CTS)) {
+ if (uart->scts && !(bfin_serial_get_mctrl(&uart->port) & TIOCM_CTS)) {
uart->scts = 0;
uart_handle_cts_change(&uart->port, uart->scts);
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits