mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 08:46:43 +07:00
iwlwifi: Two comments in iwl-3945.c were longer than 80 columns
This patch shorten two comments lines in iwl-3945.c Signed-off-by: Ian Schram <ischram@telenet.be> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
6994633357
commit
bbc5807bed
@ -1147,8 +1147,9 @@ int iwl_hw_nic_reset(struct iwl_priv *priv)
|
||||
}
|
||||
|
||||
/**
|
||||
* iwl_hw_reg_adjust_power_by_temp - return index delta into power gain settings table
|
||||
*/
|
||||
* iwl_hw_reg_adjust_power_by_temp
|
||||
* return index delta into power gain settings table
|
||||
*/
|
||||
static int iwl_hw_reg_adjust_power_by_temp(int new_reading, int old_reading)
|
||||
{
|
||||
return (new_reading - old_reading) * (-11) / 100;
|
||||
@ -1168,8 +1169,9 @@ int iwl_hw_get_temperature(struct iwl_priv *priv)
|
||||
}
|
||||
|
||||
/**
|
||||
* iwl_hw_reg_txpower_get_temperature - get current temperature by reading from NIC
|
||||
*/
|
||||
* iwl_hw_reg_txpower_get_temperature
|
||||
* get the current temperature by reading from NIC
|
||||
*/
|
||||
static int iwl_hw_reg_txpower_get_temperature(struct iwl_priv *priv)
|
||||
{
|
||||
int temperature;
|
||||
|
Loading…
Reference in New Issue
Block a user