Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-30 Thread gre...@linuxfoundation.org
On Thu, May 28, 2015 at 06:10:26AM +, Harisangam, Sharvari (S.) wrote: > Modified the if-else statements to remove unnecessary comparisons. > This change was detected with the help of coccinelle tool > > Signed-off-by: Harisangam Sharvari Name doesn't match... -- To unsubscribe from this l

Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-28 Thread Joe Perches
On Thu, 2015-05-28 at 06:10 +, Harisangam, Sharvari (S.) wrote: > Modified the if-else statements to remove unnecessary comparisons. > This change was detected with the help of coccinelle tool Your commit subject implies you are doing this for the directory, not a single file. If you are goin

[PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-27 Thread Harisangam, Sharvari (S.)
Modified the if-else statements to remove unnecessary comparisons. This change was detected with the help of coccinelle tool Signed-off-by: Harisangam Sharvari --- drivers/staging/vt6655/rxtx.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/

Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-27 Thread Sudip Mukherjee
On Wed, May 27, 2015 at 12:07:06PM +, Harisangam, Sharvari (S.) wrote: > On Tue, May 26, 2015 at 10:35:57AM +0530, Sudip Mukherjee wrote: > > On Mon, May 25, 2015 at 12:22:25PM +, Harisangam, Sharvari (S.) wrote: > > > Modified the if-else statements to remove unnecessary comparisons. > > >

Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-27 Thread Harisangam, Sharvari (S.)
6b8a540520a48795fec4c7eff Mon Sep 17 00:00:00 2001 From: Harisangam Sharvari Date: Mon, 25 May 2015 15:42:43 +0530 Subject: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable Modified the if-else statements to remove unnecessary comparisons. This change was detecte

Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-25 Thread Sudip Mukherjee
On Mon, May 25, 2015 at 12:22:25PM +, Harisangam, Sharvari (S.) wrote: > Modified the if-else statements to remove unnecessary comparisons. > This change was detected with the help of coccinelle tool > > Signed-off-by: Harisangam Sharvari S you should not use initials in the Signed-off-by nam

[PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable

2015-05-25 Thread Harisangam, Sharvari (S.)
Modified the if-else statements to remove unnecessary comparisons. This change was detected with the help of coccinelle tool Signed-off-by: Harisangam Sharvari S --- drivers/staging/vt6655/rxtx.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt665