serial: samsung: Minor whitespace cleanups
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 17 Jun 2020 15:28:56 +0000 (17:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Jun 2020 11:46:09 +0000 (13:46 +0200)
commit695b847b247cff47be4cc23bc7ed62d527233135
treefe09ceb2a8e3665ffcad8bb0ebdb47f79ba7c620
parent5de30b286e7166164f9e45de991bde26f5db8298
serial: samsung: Minor whitespace cleanups

Make the code slightly more readable by removing unneeded line breaks,
adding missing line breaks and white spaces.  This also fixes few strict
checkpatch suggestions:

CHECK: spaces preferred around that '-' (ctx:VxV)
CHECK: Unbalanced braces around else statement
CHECK: Lines should not end with a '('

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200617152856.18086-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/samsung_tty.c