[PATCH 5/9] drivers: tty: 68328serial.c: Remove parentheses after return

From: Frederik VÃlkel
Date: Fri Dec 11 2015 - 05:44:46 EST


This patch removes parentheses after return as checkpatch suggests.

Signed-off-by: Frederik VÃlkel <frederik.voelkel@xxxxxx>
Signed-off-by: Lukas Braun <lukas.braun@xxxxxx>
---
drivers/tty/serial/68328serial.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial/68328serial.c
index 8d58517..0982c1a 100644
--- a/drivers/tty/serial/68328serial.c
+++ b/drivers/tty/serial/68328serial.c
@@ -1279,7 +1279,7 @@ int m68328_console_setup(struct console *cp, char *arg)
}

m68328_set_baud(); /* make sure baud rate changes */
- return(0);
+ return 0;
}


--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/