From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752598AbdDHLEB (ORCPT ); Sat, 8 Apr 2017 07:04:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60674 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752084AbdDHLD4 (ORCPT ); Sat, 8 Apr 2017 07:03:56 -0400 Date: Sat, 8 Apr 2017 13:03:45 +0200 From: Greg Kroah-Hartman To: Manny Vindiola Cc: Mauro Carvalho Chehab , Alan Cox , linux-media@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] add blank line after declarations Message-ID: <20170408110345.GA9180@kroah.com> References: <1491568871-22111-1-git-send-email-mannyv@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491568871-22111-1-git-send-email-mannyv@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 07, 2017 at 08:41:11AM -0400, Manny Vindiola wrote: > Add blank line after variable declarations as part of checkpatch.pl style fixup. > > Signed-off-by: Manny Vindiola > --- > drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c | 1 + > 1 file changed, 1 insertion(+) Your subject line needs a lot of work, please read the reference material I sent you for your last patch... thanks, greg k-h