]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31f0cee2aef6d4005220c27c4de95177c66e492d
tree349b5d2c74ff483ef49763f3b705901d3e098b99
parentd05990948c26fdd85959684898ad241bad6f398c
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