Re: [PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-12 Thread gre...@linuxfoundation.org
On Fri, Jun 12, 2015 at 07:20:49AM +, Abdul, Hussain (H.) wrote: > From: Abdul Hussain > > This patch removes unwanted true from boolean tests. > > Signed-off-by: Abdul Hussain > --- > drivers/staging/vt6655/rxtx.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Someone fr

Re: [PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-11 Thread Abdul, Hussain (H.)
On Thursday 11 June 2015 05:24 PM, Sudip Mukherjee wrote: > On Thu, Jun 11, 2015 at 09:51:15AM +, Abdul, Hussain (H.) wrote: >> This patch removes unwnated true from boolean tests. > did u mean "unwanted"? > > and for all your four patches the email header From: line is not matching > the Signe

Re: [PATCH] staging: vt6655: Boolean tests don't need comparisons

2015-06-11 Thread Sudip Mukherjee
On Thu, Jun 11, 2015 at 09:51:15AM +, Abdul, Hussain (H.) wrote: > This patch removes unwnated true from boolean tests. did u mean "unwanted"? and for all your four patches the email header From: line is not matching the Signed-off-by: line. Please add an extra From: line like others of your c