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)
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

index 3e416f5bbcba43b0160d3256e06c10fe3348b1d3..a1b90ea7fcb814034f0333fc639b2449b7aa6d1c 100644 (file)
@@ -1213,6 +1213,7 @@ static int get_serial_info(struct tty_struct *tty,
                           struct serial_struct *ss)
 {
        struct fwtty_port *port = tty->driver_data;
+
        mutex_lock(&port->port.mutex);
        ss->type =  PORT_UNKNOWN;
        ss->line =  port->port.tty->index;