@@ -1225,7 +1225,7 @@ s8 rtw_rf_get_kfree_tx_gain_offset(_adapter *padapter, u8 path, u8 ch)
12251225 kfree_offset = kfree_data -> bb_gain [bb_gain_sel ][path ];
12261226 if (IS_HARDWARE_TYPE_8723D (padapter ))
12271227 RTW_INFO ("%s path:%s, ch:%u, bb_gain_sel:%d, kfree_offset:%d\n"
1228- , __func__ , (path == 0 )?"S1" :"S0" ,
1228+ , __func__ , (path == 0 )?"S1" :"S0" ,
12291229 ch , bb_gain_sel , kfree_offset );
12301230 else
12311231 RTW_INFO ("%s path:%u, ch:%u, bb_gain_sel:%d, kfree_offset:%d\n"
@@ -1256,7 +1256,7 @@ void rtw_rf_set_tx_gain_offset(_adapter *adapter, u8 path, s8 offset)
12561256 target_path = path ;
12571257 RTW_INFO ("kfree gain_offset 0x55:0x%x " , rtw_hal_read_rfreg (adapter , target_path , 0x55 , 0xffffffff ));
12581258 }
1259-
1259+
12601260 switch (rtw_get_chip_type (adapter )) {
12611261#ifdef CONFIG_RTL8723D
12621262 case RTL8723D :
@@ -1311,7 +1311,7 @@ void rtw_rf_set_tx_gain_offset(_adapter *adapter, u8 path, s8 offset)
13111311 rtw_warn_on (1 );
13121312 break ;
13131313 }
1314-
1314+
13151315 if (IS_HARDWARE_TYPE_8723D (adapter )) {
13161316 if (path == PPG_8723D_S1 )
13171317 val32 = rtw_hal_read_rfreg (adapter , target_path , 0x55 , 0xffffffff );
0 commit comments