Staging: fwserial: Add blank line after declarations
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Mon, 25 Feb 2019 15:00:51 +0000 (20:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:40:08 +0000 (11:40 +0100)
commitf1a32f95865d6da6706dc00cfd693629a8a128a9
treed45ef3f75feb3e2001b365f0b21e4560643faf58
parent1ba539d53b2de243b641305ed66caacd80bccc03
Staging: fwserial: Add blank line after declarations

Add blank line after the structure declaration,
struct fwtty_port *port = tty->driver_data;
Issue found using checkpatch.pl

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fwserial/fwserial.c