Search Linux Wireless

Re: [PATCH 01/24] ath6kl: add bmi.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2011-07-13 at 04:33 +0300, Kalle Valo wrote: 
> diff --git a/drivers/net/wireless/ath/ath6kl/bmi.c b/drivers/net/wireless/ath/ath6kl/bmi.c
[] 
> +			ath6kl_err("Unable to decrement the command "
> +				   "credit count register: %d\n", ret);

I think all of these ath6kl_<level> uses in all the patches
should coalesce formats that are split across multiple lines.
This helps grepping the sources for a specific dmesg.

			ath6kl_err("Unable to decrement the command credit count register: %d\n",
				   ret);
[]
> +			ath6kl_err("unable to read target info "
> +				   "byte count: %d\n", ret);

			ath6kl_err("unable to read target info byte count: %d\n",
				   ret);
[]
> +			ath6kl_err("Unable to read target info "
> +				   "(%d bytes): %d\n",
> +				   targ_info->byte_count, ret);

			ath6kl_err("Unable to read target info %d bytes): %d\n",
				   targ_info->byte_count, ret);

etc...



--
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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux