Re: [PATCH] Staging: rtl8192e: dot11d: Fixed printk coding style issues

From: Greg KH
Date: Wed Jun 11 2014 - 00:58:21 EST


On Wed, Jun 11, 2014 at 10:11:55AM +0530, A Raghavendra Rao wrote:
> Replaced 'printk' with 'netdev_' function
>
> Signed-off-by: A Raghavendra Rao <arrao@xxxxxxx>
> ---
> drivers/staging/rtl8192e/dot11d.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/staging/rtl8192e/dot11d.c b/drivers/staging/rtl8192e/dot11d.c
> index 53da610..ef9da86 100644
> --- a/drivers/staging/rtl8192e/dot11d.c
> +++ b/drivers/staging/rtl8192e/dot11d.c
> @@ -49,6 +49,7 @@ static struct channel_list ChannelPlan[] = {
> void dot11d_init(struct rtllib_device *ieee)
> {
> struct rt_dot11d_info *pDot11dInfo = GET_DOT11D_INFO(ieee);
> +
> pDot11dInfo->bEnabled = false;
>
> pDot11dInfo->State = DOT11D_STATE_NONE;

This change doesn't match what you said you did :(

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