mxser: use semi-colons instead of commas
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Aug 2021 07:24:35 +0000 (10:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 12:48:40 +0000 (14:48 +0200)
commit2285c496392979c9ac9d84e19a313ee9212d9b62
tree21e6b749a5736cb483a42ebb2d4f77d3c9e69a6d
parent322003b907d6c74d16154091bca492a2b2829ac0
mxser: use semi-colons instead of commas

This code works, but it's cleaner to use semi-colons at the end of
a statement instead of a comma.

Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20210825072435.GB13013@kili
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c