staging: vt6656: Do not use multiple blank lines.
authorBurcin Akalin <brcnakalin@gmail.com>
Mon, 26 Oct 2015 09:00:04 +0000 (12:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 07:53:12 +0000 (16:53 +0900)
Remove multiple blank lines. Problem found using checkpatch.pl
"CHECK: Please don't use multiple blank lines"

Signed-off-by: Burcin Akalin <brcnakalin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/card.c

index df9393a4f25f90918b92d801ce5ddc62acf4b661..927243ebcb5641df7978a22939e309d4382b03b4 100644 (file)
@@ -285,7 +285,6 @@ void vnt_set_rspinf(struct vnt_private *priv, u8 bb_type)
        vnt_get_phy_field(priv, 14,
                vnt_get_cck_rate(priv, RATE_11M), PK_TYPE_11B, &phy[3]);
 
-
        /*RSPINF_a_6*/
        vnt_calculate_ofdm_rate(RATE_6M, bb_type, &tx_rate[0], &rsv_time[0]);
 
This page took 0.024911 seconds and 5 git commands to generate.