Commit 5cbb457e authored by Frederik Völkel's avatar Frederik Völkel Committed by Greg Kroah-Hartman

drivers: tty: 68328serial.c: Remove parentheses after return

This patch removes parentheses after return as checkpatch suggests.
Signed-off-by: default avatarFrederik Völkel <frederik.voelkel@fau.de>
Signed-off-by: default avatarLukas Braun <lukas.braun@fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2ababf9e
...@@ -1279,7 +1279,7 @@ int m68328_console_setup(struct console *cp, char *arg) ...@@ -1279,7 +1279,7 @@ int m68328_console_setup(struct console *cp, char *arg)
} }
m68328_set_baud(); /* make sure baud rate changes */ m68328_set_baud(); /* make sure baud rate changes */
return(0); return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment