Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6656: Fix multiple blank lines warning

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>

authored by

Sathish Kumar and committed by
Greg Kroah-Hartman
77714e53 a3515f20

-2
-1
drivers/staging/vt6656/channel.c
··· 55 55 { .center_freq = 2484, .hw_value = 14 } 56 56 }; 57 57 58 - 59 58 static struct ieee80211_supported_band vnt_supported_2ghz_band = { 60 59 .channels = vnt_channels_2ghz, 61 60 .n_channels = ARRAY_SIZE(vnt_channels_2ghz),
-1
drivers/staging/vt6656/rf.c
··· 82 82 {0x06, 0x66, 0x61} 83 83 }; 84 84 85 - 86 85 static u8 vt3226_init_table[CB_VT3226_INIT_SEQ][3] = { 87 86 {0x03, 0xff, 0x80}, 88 87 {0x02, 0x82, 0xa1},