[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240827195619.34712-1-n1lux.comp@gmail.com>
Date: Tue, 27 Aug 2024 16:56:19 -0300
From: Nilo Alexandre <n1lux.comp@...il.com>
To: gregkh@...uxfoundation.org,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
~lkcamp/patches@...ts.sr.ht
Subject: [PATCH v3] staging: rtl8192e: Fix parenthesis alignment in r8192E_dev.c 325
Align parenthesis to improve readability.
CHECK: Alignment should match open parenthesis
Signed-off-by: Nilo Alexandre <n1lux.comp@...il.com>
---
v3: Fix typo in commit message.
v2: Using tabs instead of spaces.
---
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
index b767dc00100aa..2d17d8e8898e7 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c
@@ -322,7 +322,7 @@ static void _rtl92e_read_eeprom_info(struct net_device *dev)
if (priv->epromtype == EEPROM_93C46) {
if (!priv->autoload_fail_flag) {
usValue = rtl92e_eeprom_read(dev,
- EEPROM_TxPwDiff_CrystalCap >> 1);
+ EEPROM_TxPwDiff_CrystalCap >> 1);
priv->eeprom_ant_pwr_diff = usValue & 0x0fff;
priv->eeprom_crystal_cap = (usValue & 0xf000)
>> 12;
--
2.46.0
Powered by blists - more mailing lists