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: Amos Gross <email@amosgross.com>
Link: https://lore.kernel.org/r/YIcgW0Av26N2Etxf@arch.localdomain
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Amos Gross
2021-04-26 20:20:24 +00:00
committed by Greg Kroah-Hartman
parent fd11b55da4
commit 6332d14f00

View File

@@ -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);