serial: core: Fix Coding Style
authorTamseel Shams <m.shams@samsung.com>
Thu, 16 Jul 2020 11:54:38 +0000 (17:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jul 2020 18:04:54 +0000 (20:04 +0200)
commit4ed71addf51a627397826f11328d6ce0f69d6d34
tree349b5d2c74ff483ef49763f3b705901d3e098b99
parent82ee0b147cac6111498ae841ab2afbe046a304f1
serial: core: Fix Coding Style

This patch fixes the following checkpatch error and warning:
  1. space required after ','
  2. Missing a blank line after declarations

Signed-off-by: Tamseel Shams <m.shams@samsung.com>
Link: https://lore.kernel.org/r/20200716115438.9967-1-m.shams@samsung.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c