Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8192e: style fix - alignment to match parenthesis
@ 2024-07-30  6:47 David Prévot
  0 siblings, 0 replies; only message in thread
From: David Prévot @ 2024-07-30  6:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel
  Cc: ~lkcamp/patches, helen.koike, taffit

Fixed checkpath Alignment should match open parenthesis

Signed-off-by: David Prévot <david@tilapin.org>
---
This is my first contribution to the kernel, thanks in advance for
pointing me any mistake done so I can improve.
---
 drivers/staging/rtl8192e/rtl819x_HTProc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_HTProc.c b/drivers/staging/rtl8192e/rtl819x_HTProc.c
index e38cd0c9c..dfdb7a7dc 100644
--- a/drivers/staging/rtl8192e/rtl819x_HTProc.c
+++ b/drivers/staging/rtl8192e/rtl819x_HTProc.c
@@ -188,7 +188,7 @@ static void ht_iot_peer_determine(struct rtllib_device *ieee)
 }
 
 static u8 ht_iot_act_is_mgnt_use_cck_6m(struct rtllib_device *ieee,
-				 struct rtllib_network *network)
+					struct rtllib_network *network)
 {
 	u8	retValue = 0;
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-30  6:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30  6:47 [PATCH] staging: rtl8192e: style fix - alignment to match parenthesis David Prévot

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