Re: [PATCH 3/3] staging:rtl8188eu:core Fix coding style issues

2017-08-22 Thread Greg KH
On Mon, Aug 21, 2017 at 01:00:14PM +0530, Janani S wrote: > This patch solves the following warning shown by > checkpatch script > WARNING: Comparisons should place the constants > on the right side of the test Why the odd line-wrapping? And where is patch 1/3 and 2/3? thanks, greg k-h

[PATCH 3/3] staging:rtl8188eu:core Fix coding style issues

2017-08-21 Thread Janani S
This patch solves the following warning shown by checkpatch script WARNING: Comparisons should place the constants on the right side of the test Signed-off-by: Janani S --- drivers/staging/rtl8188eu/core/rtw_ioctl_set.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dr