Re: [PATCH] staging:rtl8188eu style fix

2015-09-29 Thread Greg KH
On Tue, Sep 29, 2015 at 08:16:52PM -0600, BryanSPaul wrote: > style fix: Comparison moved to right What does this mean? > Signed-off-by: Bryan Paul This name doesn't match up with your "From:" line in your email header :( ___ devel mailing list de...

[PATCH] staging:rtl8188eu style fix

2015-09-29 Thread BryanSPaul
style fix: Comparison moved to right Signed-off-by: Bryan Paul --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index 89b5e48..9b7026e 1006

[PATCH] staging:rtl8188eu: style fix comparisons moved to right

2015-09-28 Thread BryanSPaul
fixed style issue comparisons should place the constant on the right side of the test Signed-off-by: BryanSPaul --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rt

Re: [PATCH] staging:rtl8188eu: style fix comparisons moved to right

2015-09-28 Thread Greg KH
On Mon, Sep 28, 2015 at 06:02:34PM -0600, BryanSPaul wrote: > fixed style issue comparisons should place the constant on the right side of > the test > > Signed-off-by: BryanSPaul I doubt you sign legal papers without a ' ' in them :( Please fix this up, and properly wrap your changelog at 72