From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423952AbdEYLiD (ORCPT ); Thu, 25 May 2017 07:38:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34794 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965579AbdEYLhh (ORCPT ); Thu, 25 May 2017 07:37:37 -0400 Date: Thu, 25 May 2017 13:37:18 +0200 From: Greg KH To: Aliza Minkov Cc: lidza.louina@gmail.com, markh@compro.net, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix multiple blank lines coding style problem Message-ID: <20170525113718.GA12683@kroah.com> References: <1495712011-7051-1-git-send-email-minkov.al@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495712011-7051-1-git-send-email-minkov.al@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 25, 2017 at 02:33:31PM +0300, Aliza Minkov wrote: > According to the coding-style documentation, functions in source files > should be separated with one blank line. Redundant blank lines were > removed from this source file, in accordance with coding-style > documentation. > > Signed-off-by: Aliza Minkov > --- > drivers/staging/dgnc/dgnc_driver.c | 2 -- > 1 file changed, 2 deletions(-) Getting closer, please look at your subject, and compare it to the subjects that other patches for this driver/file have had in the past, and fix it up that way. Also, you need to now start versioning your patch, as you are submitting the same one multiple times, SubmittingPatches will tell you how to properly do that. thanks, greg k-h