Commit 77714e53 authored by Sathish Kumar's avatar Sathish Kumar Committed by Greg Kroah-Hartman
Browse files

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: default avatarSathish Kumar <skumark1902@gmail.com>
Link: https://lore.kernel.org/r/20220322084334.4077-1-skumark1902@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3515f20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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),
+0 −1
Original line number Diff line number Diff line
@@ -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},