mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
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>
This commit is contained in:
parent
a3515f2053
commit
77714e53dd
@ -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),
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user