staging: vt6656: Fix multiple blank lines warning
authorSathish Kumar <skumark1902@gmail.com>
Tue, 22 Mar 2022 08:43:34 +0000 (14:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 05:33:45 +0000 (07:33 +0200)
This patch fixes the checkpatch.pl warnings like:
CHECK: Please don't use multiple blank lines
+
+

Signed-off-by: Sathish Kumar <skumark1902@gmail.com>
Link: https://lore.kernel.org/r/20220322084334.4077-1-skumark1902@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/channel.c
drivers/staging/vt6656/rf.c

index aca0030..413e2fc 100644 (file)
@@ -55,7 +55,6 @@ static struct ieee80211_channel vnt_channels_2ghz[] = {
        { .center_freq = 2484, .hw_value = 14 }
 };
 
-
 static struct ieee80211_supported_band vnt_supported_2ghz_band = {
        .channels = vnt_channels_2ghz,
        .n_channels = ARRAY_SIZE(vnt_channels_2ghz),
index acbbf8a..464602c 100644 (file)
@@ -82,7 +82,6 @@ static u8 al2230_channel_table1[CB_MAX_CHANNEL_24G][3] = {
        {0x06, 0x66, 0x61}
 };
 
-
 static u8 vt3226_init_table[CB_VT3226_INIT_SEQ][3] = {
        {0x03, 0xff, 0x80},
        {0x02, 0x82, 0xa1},