Re: [PATCH] fix multiple blank lines coding style problem

From: Greg KH
Date: Thu May 25 2017 - 07:38:09 EST


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 <minkov.al@xxxxxxxxx>
> ---
> 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