mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
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:
committed by
Greg Kroah-Hartman
parent
fd11b55da4
commit
6332d14f00
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user