From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 77D721C211D for ; Wed, 5 Aug 2015 20:38:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7122733820 for ; Wed, 5 Aug 2015 20:38:39 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RhjjkTfsJPq0 for ; Wed, 5 Aug 2015 20:38:38 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by silver.osuosl.org (Postfix) with ESMTPS id 1F684337C8 for ; Wed, 5 Aug 2015 20:38:38 +0000 (UTC) Date: Wed, 5 Aug 2015 13:38:37 -0700 From: Greg KH Subject: Re: [PATCH] Fix coding style issues. Message-ID: <20150805203837.GA16746@kroah.com> References: <1438805993-12287-1-git-send-email-buzz5800@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1438805993-12287-1-git-send-email-buzz5800@gmail.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Lior Pugatch Cc: driverdev-devel@linuxdriverproject.org, willy@meta-x.org On Wed, Aug 05, 2015 at 11:19:53PM +0300, Lior Pugatch wrote: > This patch fixes checkpatch.pl warnings, > related to comments. > > Signed-off-by: Lior Pugatch > --- > drivers/staging/panel/panel.c | 38 +++++++++++++++++++++++++------------- > 1 file changed, 25 insertions(+), 13 deletions(-) > > diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c > index 3e9ee7e..6b96369 100644 > --- a/drivers/staging/panel/panel.c > +++ b/drivers/staging/panel/panel.c > @@ -785,6 +785,7 @@ static void long_sleep(int ms) > * send a serial byte to the LCD panel. The caller is responsible for locking > * if needed. > */ > + Why is this line added? And please fix up your subject to say what part of the kernel you are changing and be more specific, something like: staging: panel: fix comment... thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel