From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932193AbbCGLBS (ORCPT ); Sat, 7 Mar 2015 06:01:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44527 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932078AbbCGLBO (ORCPT ); Sat, 7 Mar 2015 06:01:14 -0500 Date: Fri, 6 Mar 2015 16:45:22 -0800 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 1/2] Staging: fbtft: fb_pcd8544: Fixed coding style errors and warnings Message-ID: <20150307004522.GA16266@kroah.com> References: <1425467473-12314-1-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: <1425467473-12314-1-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 Wed, Mar 04, 2015 at 11:11:12AM +0000, Cláudio Maia wrote: > Fixed two warnings occurring in lines that are over 80 characters > and which are not comments. > > Signed-off-by: Cláudio Maia > --- > drivers/staging/fbtft/fb_pcd8544.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) This series doesn't apply properly to my tree anymore due to other changes in these files. Please refresh it against my staging-testing branch of staging.git and resend it. thanks, greg k-h