From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758902AbcHaHUF (ORCPT ); Wed, 31 Aug 2016 03:20:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54791 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758756AbcHaHUD (ORCPT ); Wed, 31 Aug 2016 03:20:03 -0400 Date: Wed, 31 Aug 2016 09:19:21 +0200 From: Greg KH To: Anson Jacob Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: i4l: act2000: Fix checkpatch warning Message-ID: <20160831071921.GA12128@kroah.com> References: <943b3c1845c5482ade5d8b7a628c4f9a88701b61.1472598265.git.ansonjacob.aj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <943b3c1845c5482ade5d8b7a628c4f9a88701b61.1472598265.git.ansonjacob.aj@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 30, 2016 at 07:04:55PM -0400, Anson Jacob wrote: > Fix checkpatch.pl warning: > braces {} are not necessary for single statement blocks > Missing a blank line after declarations > > Signed-off-by: Anson Jacob > --- > drivers/staging/i4l/act2000/act2000_isa.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) You sent 2 patches that do different things, yet have identical subject lines :( Please fix that up and send it as a series of 2 patches, with different subjects, so it makes more sense. thanks, greg k-h