Re: [PATCH] staging:wlan-ng Fix Multiple line dereference

2017-08-20 Thread Greg KH
On Fri, Aug 18, 2017 at 06:16:39PM +0530, Janani S wrote: > This patch fixes multiple line dereference warning reported > by checkpatch script. > > Signed-off-by: Janani S > --- > drivers/staging/wlan-ng/hfa384x_usb.c | 12 > 1 file changed, 4 insertions(+), 8

Re: [PATCH] staging:wlan-ng Fix Multiple line dereference

2017-08-20 Thread Greg KH
On Fri, Aug 18, 2017 at 06:16:39PM +0530, Janani S wrote: > This patch fixes multiple line dereference warning reported > by checkpatch script. > > Signed-off-by: Janani S > --- > drivers/staging/wlan-ng/hfa384x_usb.c | 12 > 1 file changed, 4 insertions(+), 8 deletions(-) > >

[PATCH] staging:wlan-ng Fix Multiple line dereference

2017-08-18 Thread Janani S
This patch fixes multiple line dereference warning reported by checkpatch script. Signed-off-by: Janani S --- drivers/staging/wlan-ng/hfa384x_usb.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c

[PATCH] staging:wlan-ng Fix Multiple line dereference

2017-08-18 Thread Janani S
This patch fixes multiple line dereference warning reported by checkpatch script. Signed-off-by: Janani S --- drivers/staging/wlan-ng/hfa384x_usb.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c

[PATCH] [PATCH] staging:wlan-ng Fix Multiple line dereference

2017-08-18 Thread Janani S
This patch fixes multiple line dereference warning reported by checkpatch script. Signed-off-by: Janani S --- drivers/staging/wlan-ng/hfa384x_usb.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c

[PATCH] [PATCH] staging:wlan-ng Fix Multiple line dereference

2017-08-18 Thread Janani S
This patch fixes multiple line dereference warning reported by checkpatch script. Signed-off-by: Janani S --- drivers/staging/wlan-ng/hfa384x_usb.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c

Re: [PATCH] staging:wlan-ng Fix multiple line dereference

2017-08-17 Thread Greg KH
On Wed, Aug 02, 2017 at 05:54:49PM +0530, janani-sankarababu wrote: > This patch fixes multiple line dereference Warning > reported by checkpatch script. This is done to > simplify the code and make it more readable. > > Signed-off-by: Janani Sankara Babu Same "From:" line

Re: [PATCH] staging:wlan-ng Fix multiple line dereference

2017-08-17 Thread Greg KH
On Wed, Aug 02, 2017 at 05:54:49PM +0530, janani-sankarababu wrote: > This patch fixes multiple line dereference Warning > reported by checkpatch script. This is done to > simplify the code and make it more readable. > > Signed-off-by: Janani Sankara Babu Same "From:" line problem again :(

[PATCH] staging:wlan-ng Fix multiple line dereference

2017-08-02 Thread janani-sankarababu
This patch fixes multiple line dereference Warning reported by checkpatch script. This is done to simplify the code and make it more readable. Signed-off-by: Janani Sankara Babu --- drivers/staging/wlan-ng/hfa384x_usb.c | 12 1 file changed, 4 insertions(+), 8

[PATCH] staging:wlan-ng Fix multiple line dereference

2017-08-02 Thread janani-sankarababu
This patch fixes multiple line dereference Warning reported by checkpatch script. This is done to simplify the code and make it more readable. Signed-off-by: Janani Sankara Babu --- drivers/staging/wlan-ng/hfa384x_usb.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff