[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140611045810.GA24357@kroah.com>
Date: Tue, 10 Jun 2014 21:58:10 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: A Raghavendra Rao <raghav3276@...il.com>
Cc: devel@...verdev.osuosl.org, A Raghavendra Rao <arrao@...c.in>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: rtl8192e: dot11d: Fixed printk coding style
issues
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@...c.in>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists