diff options
author | Le Tan <tamlokveer@gmail.com> | 2014-11-11 15:40:23 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-26 13:53:25 -0800 |
commit | c1e433accdb6b6a10c7be4376a0f6ec4205a51e9 (patch) | |
tree | 8363895cc5b584f91a90c924c7ca99057b8d7303 /drivers/staging/fwserial | |
parent | 98fac3d3dbf467542e49b44fdf8809c62ba5f44e (diff) |
staging: fwserial: remove multiple blank lines
This patch fixes the multiple blank lines issue complained by checkpatch.pl
by removing useless blank lines.
Signed-off-by: Le Tan <tamlokveer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fwserial')
-rw-r--r-- | drivers/staging/fwserial/fwserial.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/fwserial/fwserial.c b/drivers/staging/fwserial/fwserial.c index af0c3878358..73deae3cd9e 100644 --- a/drivers/staging/fwserial/fwserial.c +++ b/drivers/staging/fwserial/fwserial.c @@ -278,7 +278,6 @@ static void fwtty_send_txn_async(struct fwtty_peer *peer, len, fwtty_common_callback, txn); } - static void __fwtty_restart_tx(struct fwtty_port *port) { int len, avail; @@ -508,7 +507,6 @@ static void fwtty_do_hangup(struct work_struct *work) tty_kref_put(tty); } - static void fwtty_emit_breaks(struct work_struct *work) { struct fwtty_port *port = to_port(to_delayed_work(work), emit_breaks); @@ -1622,7 +1620,6 @@ static inline int mgmt_pkt_expected_len(__be16 code) case FWSC_VIRT_CABLE_PLUG_RSP: /* | FWSC_RSP_OK */ return sizeof(pkt.hdr) + sizeof(pkt.plug_rsp); - case FWSC_VIRT_CABLE_UNPLUG: case FWSC_VIRT_CABLE_UNPLUG_RSP: case FWSC_VIRT_CABLE_PLUG_RSP | FWSC_RSP_NACK: |