]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Staging: rtl8192e: Fix alignment to match open parenthesis in rtllib_tx.c
authorTree Davies <tdavies@darkphysics.net>
Wed, 12 Jun 2024 03:22:29 +0000 (20:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2024 13:25:23 +0000 (15:25 +0200)
Add spaces and tabs to fix warning: Alignment should match open
parenthesis.

Signed-off-by: Tree Davies <tdavies@darkphysics.net>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240612032230.9738-24-tdavies@darkphysics.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_tx.c

index 2f5005689a36da6d4edb5a022f80cc90a1685998..8e2abd16eb86f0536e12952d872ed26f610de7e7 100644 (file)
@@ -320,7 +320,7 @@ static void rtllib_tx_query_agg_cap(struct rtllib_device *ieee,
 }
 
 static void rtllib_query_short_preamble_mode(struct rtllib_device *ieee,
-                                          struct cb_desc *tcb_desc)
+                                            struct cb_desc *tcb_desc)
 {
        tcb_desc->use_short_preamble = false;
        if (tcb_desc->data_rate == 2)
@@ -331,7 +331,7 @@ static void rtllib_query_short_preamble_mode(struct rtllib_device *ieee,
 }
 
 static void rtllib_query_ht_cap_short_gi(struct rtllib_device *ieee,
-                                     struct cb_desc *tcb_desc)
+                                        struct cb_desc *tcb_desc)
 {
        struct rt_hi_throughput *ht_info = ieee->ht_info;
 
@@ -347,7 +347,7 @@ static void rtllib_query_ht_cap_short_gi(struct rtllib_device *ieee,
 }
 
 static void rtllib_query_bandwidth_mode(struct rtllib_device *ieee,
-                                      struct cb_desc *tcb_desc)
+                                       struct cb_desc *tcb_desc)
 {
        struct rt_hi_throughput *ht_info = ieee->ht_info;