aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
diff options
context:
space:
mode:
authorSolomon Tan <wjsota@gmail.com>2022-04-19 20:43:19 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-20 18:47:25 +0200
commit55de6cb7f81c82dea1bdb12cd3818280af7abd87 (patch)
treef92fafa484598b7f94399cf4096af3a24fd28573 /drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
parentdrivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop() (diff)
downloadlinux-dev-55de6cb7f81c82dea1bdb12cd3818280af7abd87.tar.xz
linux-dev-55de6cb7f81c82dea1bdb12cd3818280af7abd87.zip
staging: rtl8192e: Remove space after cast
This patch addresses the checkpatch.pl flag that there should not be a space after a cast. Signed-off-by: Solomon Tan <wjsota@gmail.com> Link: https://lore.kernel.org/r/20220419124318.8028-1-wjsota@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl8192e/rtl_dm.c')
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/rtl_dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c b/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
index 756d8db51937..aa942d915992 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
@@ -844,7 +844,7 @@ static void _rtl92e_dm_tx_power_tracking_cb_thermal(struct net_device *dev)
TempCCk = rtl92e_get_bb_reg(dev, rCCK0_TxFilter1, bMaskByte2);
for (i = 0; i < CCK_Table_length; i++) {
if (TempCCk == (u32)CCKSwingTable_Ch1_Ch13[i][0]) {
- priv->CCK_index = (u8) i;
+ priv->CCK_index = (u8)i;
RT_TRACE(COMP_POWER_TRACKING,
"Initial reg0x%x = 0x%x, CCK_index = 0x%x\n",
rCCK0_TxFilter1, TempCCk,