Re: [PATCH] Staging: wlan-ng: if statement style cleanup

2016-09-16 Thread Dan Carpenter
On Thu, Sep 15, 2016 at 02:59:35PM -0400, Jon Eyolfson wrote: > Signed-off-by: Jon Eyolfson > Patch is corrupt. Read Documentation/email-clients.txt regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH] staging: wlan-ng: if statement style cleanup

2016-09-16 Thread Greg Kroah-Hartman
On Fri, Sep 16, 2016 at 06:48:50AM -0400, Jon Eyolfson wrote: > Formatted code to follow coding style guidelines. What specific style guidelines did you have to change the code for? Please always be specific. can you fix this up and resend it? thanks, greg k-h

[PATCH] staging: wlan-ng: if statement style cleanup

2016-09-16 Thread Jon Eyolfson
Formatted code to follow coding style guidelines. Signed-off-by: Jon Eyolfson --- drivers/staging/wlan-ng/cfg80211.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index

[PATCH] Staging: wlan-ng: if statement style cleanup

2016-09-15 Thread Jon Eyolfson
Signed-off-by: Jon Eyolfson --- drivers/staging/wlan-ng/cfg80211.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index a36e40d..457f176 100644 ---