Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v2] staging: rtl8192e: Insert spaces around '|'
@ 2024-08-22 14:00 Hans Buss
  2024-08-22 14:15 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Buss @ 2024-08-22 14:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel, ~lkcamp/patches

From: Hans Buss <hans.buss@mailfence.com>

Insert spaces around '|' to adhre to Linux kernel coding style.

CHECK: spaces preferred around that '|' (ctx:VxV)

Changes in v2:
 - fixed typo in commit message

Signed-off-by: Hans Buss <hans.buss@mailfence.com>
---
 drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h b/drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h
index 1b444529b59c..e507593b939c 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h
@@ -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,
-- 
2.46.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] staging: rtl8192e: Insert spaces around '|'
  2024-08-22 14:00 [PATCH v2] staging: rtl8192e: Insert spaces around '|' Hans Buss
@ 2024-08-22 14:15 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2024-08-22 14:15 UTC (permalink / raw)
  To: Hans Buss
  Cc: Greg Kroah-Hartman, linux-staging, linux-kernel, ~lkcamp/patches

On Thu, Aug 22, 2024 at 11:00:22AM -0300, Hans Buss wrote:
> From: Hans Buss <hans.buss@mailfence.com>
> 
> Insert spaces around '|' to adhre to Linux kernel coding style.
> 
> CHECK: spaces preferred around that '|' (ctx:VxV)
> 
> Changes in v2:
>  - fixed typo in commit message

Put this below the --- cut off

> 
> Signed-off-by: Hans Buss <hans.buss@mailfence.com>
> ---
  ^^^
here.

regards,
dan carpenter



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-22 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 14:00 [PATCH v2] staging: rtl8192e: Insert spaces around '|' Hans Buss
2024-08-22 14:15 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox