Skip to content

Commit 1c70238

Browse files
Chen Nigregkh
authored andcommitted
mxser: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2f102a5 commit 1c70238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/mxser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ static int mxser_get_serial_info(struct tty_struct *tty,
983983
ss->baud_base = MXSER_BAUD_BASE;
984984
ss->close_delay = close_delay;
985985
ss->closing_wait = closing_wait;
986-
ss->custom_divisor = MXSER_CUSTOM_DIVISOR,
986+
ss->custom_divisor = MXSER_CUSTOM_DIVISOR;
987987
mutex_unlock(&port->mutex);
988988
return 0;
989989
}

0 commit comments

Comments
 (0)