Re: [PATCH 4/4] Staging: rtl8712: fix warning for placing constant on the right side of test

2015-10-10 Thread Julia Lawall
On Sat, 10 Oct 2015, Punit Vara wrote: > This patch is to the rtl871x_ioctl_linux.c file that fixes up following The entire above line doesn't give any information (except the file name, but that can easily be seen from what comes just below). A commit message that would get to the point

Re: [PATCH 4/4] Staging: rtl8712: fix warning for placing constant on the right side of test

2015-10-10 Thread punit vara
On Sat, Oct 10, 2015 at 10:37 PM, Julia Lawall wrote: > > > On Sat, 10 Oct 2015, Punit Vara wrote: > >> This patch is to the rtl871x_ioctl_linux.c file that fixes up following > > The entire above line doesn't give any information (except the file name, > but that can easily

[PATCH 4/4] Staging: rtl8712: fix warning for placing constant on the right side of test

2015-10-10 Thread Punit Vara
This patch is to the rtl871x_ioctl_linux.c file that fixes up following warnings reported by checkpatch.pl: -Comparisons should place the constant on the right side of the test Signed-off-by: Punit Vara --- drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 16