Commit 6332d14f authored by Amos Gross's avatar Amos Gross Committed by Greg Kroah-Hartman

Staging: rtl8188eu: rtw_ioctl_set.c: fixed indentation issue

Fixed an issue for checkpatch, file was using spaces for
indentation. Switched out for tabs.
Signed-off-by: default avatarAmos Gross <email@amosgross.com>
Link: https://lore.kernel.org/r/YIcgW0Av26N2Etxf@arch.localdomainSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fd11b55d
......@@ -12,12 +12,12 @@
#include <hal_intf.h>
static const struct {
int channel_plan;
char *name;
int channel_plan;
char *name;
} channel_table[] = { { RT_CHANNEL_DOMAIN_FCC, "US" },
{ RT_CHANNEL_DOMAIN_ETSI, "EU" },
{ RT_CHANNEL_DOMAIN_MKK, "JP" },
{ RT_CHANNEL_DOMAIN_CHINA, "CN"} };
{ RT_CHANNEL_DOMAIN_ETSI, "EU" },
{ RT_CHANNEL_DOMAIN_MKK, "JP" },
{ RT_CHANNEL_DOMAIN_CHINA, "CN"} };
extern void indicate_wx_scan_complete_event(struct adapter *padapter);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment