From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759489AbbA1Um0 (ORCPT ); Wed, 28 Jan 2015 15:42:26 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:42415 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934077AbbA1UmU (ORCPT ); Wed, 28 Jan 2015 15:42:20 -0500 Date: Wed, 28 Jan 2015 11:23:16 -0800 From: Greg KH To: Mariam Mohamed Fawzy Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] fix space required after that ',' Message-ID: <20150128192316.GA22866@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon, Jan 26, 2015 at 12:24:33PM +0200, Mariam Mohamed Fawzy wrote: > This patch fixes the following in checkpatch.pl error: > space required after that ',' > > Signed-off-by: Mariam Mohamed Fawzy > --- > drivers/staging/fbtft/fb_bd663474.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Please put in the subject what portion of the kernel you are changing, like you did in the 0/3 email. Can you redo these and resend? thanks, greg k-h