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

Greg KH gregkh at linuxfoundation.org
Wed Jun 11 04:58:10 UTC 2014


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 at cdac.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 :(



More information about the devel mailing list