From: Ian Schram <ischram@xxxxxxxxxx> This patch shorten two comments lines in iwl-3945.c Signed-off-by: Ian Schram <ischram@xxxxxxxxxx> Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> --- drivers/net/wireless/iwlwifi/iwl-3945.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index fecc008..1795d2b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c @@ -1137,8 +1137,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; @@ -1158,8 +1159,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; -- 1.5.2.2 --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html