mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 22:33:51 -04:00
staging: rtl8192e: Insert spaces around '|'
Insert spaces around '|' to adhre to Linux kernel coding style. CHECK: spaces preferred around that '|' (ctx:VxV) Signed-off-by: Hans Buss <hans.buss@mailfence.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/20240822143837.37768-1-hansbh123@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1a88217a19
commit
5e24979acf
@@ -229,7 +229,7 @@ enum _RTL8192PCI_HW {
|
||||
RATR_MCS6 | RATR_MCS7)
|
||||
#define RATE_ALL_OFDM_2SS (RATR_MCS8 | RATR_MCS9 | RATR_MCS10 | \
|
||||
RATR_MCS11 | RATR_MCS12 | RATR_MCS13 | \
|
||||
RATR_MCS14|RATR_MCS15)
|
||||
RATR_MCS14 | RATR_MCS15)
|
||||
|
||||
DRIVER_RSSI = 0x32c,
|
||||
MCS_TXAGC = 0x340,
|
||||
|
||||
Reference in New Issue
Block a user