From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753292AbbCBBRJ (ORCPT ); Sun, 1 Mar 2015 20:17:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51413 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751967AbbCBBRG (ORCPT ); Sun, 1 Mar 2015 20:17:06 -0500 Date: Sun, 1 Mar 2015 17:17:05 -0800 From: Greg KH To: Matteo Semenzato Cc: thomas.petazzoni@free-electrons.com, noralf@tronnes.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] Staging: fbtft: fix coding style errors Message-ID: <20150302011705.GA29489@kroah.com> References: <1425133894-28251-1-git-send-email-mattew8898@gmail.com> <1425145050-486-1-git-send-email-mattew8898@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425145050-486-1-git-send-email-mattew8898@gmail.com> 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, Feb 28, 2015 at 06:37:30PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following error: > space required after that ';' > > Signed-off-by: Matteo Semenzato > --- > drivers/staging/fbtft/fbtft_device.c | 145 +++++++++++++++++++++++++++-------- > 1 file changed, 111 insertions(+), 34 deletions(-) You have to say what the difference between this one, and v1, otherwise I'll just guess and say it is broken and throw away both of them :( Please fix and resend.