aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Prévot <[email protected]>2024-07-30 06:47:07 +0000
committerGreg Kroah-Hartman <[email protected]>2024-07-30 09:21:54 +0200
commit3d7d6c7ca22582755f8e021c33f4d02014ae9f9c (patch)
tree57f50e370e88317985798db7b1fd8133bde81971
parent2963d620a410b9075ea2daa2b1afb95ec5a3d889 (diff)
staging: rtl8192e: style fix - alignment to match parenthesis
Fixed checkpath Alignment should match open parenthesis Signed-off-by: David Prévot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8192e/rtl819x_HTProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_HTProc.c b/drivers/staging/rtl8192e/rtl819x_HTProc.c
index e38cd0c9c013..dfdb7a7dc14f 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;