Re: [PATCH 1/1] iwlwifi: fix printk newlines

From: Marcel Holtmann
Date: Mon Aug 11 2008 - 20:56:09 EST


Hi Jiri,

> Add newlines at printk outputs to not break dmesg.
>
> Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
> Cc: Zhu Yi <yi.zhu@xxxxxxxxx>
> Cc: Reinette Chatre <reinette.chatre@xxxxxxxxx>
> Cc: John W. Linville <linville@xxxxxxxxxxxxx>
> ---
> drivers/net/wireless/iwlwifi/iwl-4965.c | 2 +-
> drivers/net/wireless/iwlwifi/iwl-eeprom.c | 6 +++---
> drivers/net/wireless/iwlwifi/iwl-sta.c | 4 ++--
> drivers/net/wireless/iwlwifi/iwl-tx.c | 4 ++--
> drivers/net/wireless/iwlwifi/iwl3945-base.c | 6 +++---
> 5 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c
> index 22bb269..4a0cc78 100644
> --- a/drivers/net/wireless/iwlwifi/iwl-4965.c
> +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c
> @@ -967,7 +967,7 @@ static int iwl4965_interpolate_chan(struct iwl_priv *priv, u32 channel,
>
> s = iwl4965_get_sub_band(priv, channel);
> if (s >= EEPROM_TX_POWER_BANDS) {
> - IWL_ERROR("Tx Power can not find channel %d ", channel);
> + IWL_ERROR("Tx Power can not find channel %d\n", channel);
> return -1;
> }

can we not just fix IWL_ERROR to always append the newline?

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/