[PATCH v2 1/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Wahib Faizi
Fix coding style issue do not use assignment in if condition detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi wahibfa...@gmail.com --- .../usbip/userspace/libsrc/usbip_host_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v2 1/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Greg Kroah-Hartman
On Thu, Jun 12, 2014 at 09:32:19PM +0400, Wahib Faizi wrote: Fix coding style issue do not use assignment in if condition detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi wahibfa...@gmail.com Both of these patches have the same Subject: line, which isn't good as

Re: [PATCH v2 1/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Joe Perches
On Thu, 2014-06-12 at 10:54 -0700, Greg Kroah-Hartman wrote: On Thu, Jun 12, 2014 at 09:32:19PM +0400, Wahib Faizi wrote: Fix coding style issue do not use assignment in if condition detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi wahibfa...@gmail.com Both