From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752261AbbCTOm3 (ORCPT ); Fri, 20 Mar 2015 10:42:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40783 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752144AbbCTOmQ (ORCPT ); Fri, 20 Mar 2015 10:42:16 -0400 Date: Fri, 20 Mar 2015 13:49:58 +0100 From: Greg KH To: =?iso-8859-1?Q?Cl=E1udio?= Maia Cc: thomas.petazzoni@free-electrons.com, noralf@tronnes.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 2/2] Staging: fbtft: fb_pcd8544: Fixed coding style errors and warnings Message-ID: <20150320124958.GA29899@kroah.com> References: <1425748535-31221-1-git-send-email-crrm@isep.ipp.pt> <1425748535-31221-2-git-send-email-crrm@isep.ipp.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1425748535-31221-2-git-send-email-crrm@isep.ipp.pt> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 07, 2015 at 05:15:35PM +0000, Cláudio Maia wrote: > This patch fixes the following errors by refactoring the comments' > style: > > WARNING: line over 80 characters > ERROR: code indent should use tabs where possible > > Signed-off-by: Cláudio Maia > --- > drivers/staging/fbtft/fb_pcd8544.c | 107 ++++++++++++++++++++---------------- > 1 file changed, 59 insertions(+), 48 deletions(-) You sent two patches with identical subjects :( Also, the first one is incorrect, you didn't fix both an error and a warning. Please be more specific in the subject lines, fix up, and resend. thanks, greg k-h