From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbbEZFGL (ORCPT ); Tue, 26 May 2015 01:06:11 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:36411 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181AbbEZFGF (ORCPT ); Tue, 26 May 2015 01:06:05 -0400 Date: Tue, 26 May 2015 10:35:57 +0530 From: Sudip Mukherjee To: "Harisangam, Sharvari (S.)" Cc: "forest@alittletooquiet.net" , "gregkh@linuxfoundation.org" , "tvboxspy@gmail.com" , "gclement@baobob.org" , "haticeerturk27@gmail.com" , "mahfouz.saif.elyazal@gmail.com" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks for a bool variable Message-ID: <20150526050557.GD3465@sudip-PC> References: <20150525122207.GA13676@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150525122207.GA13676@ubuntu> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 25, 2015 at 12:22:25PM +0000, 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 name. This should be the name which you usually use to sign any legal document. regards sudip