From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758893AbdEYK2N (ORCPT ); Thu, 25 May 2017 06:28:13 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56855 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756298AbdEYK2L (ORCPT ); Thu, 25 May 2017 06:28:11 -0400 X-ME-Sender: X-Sasl-enc: rBeNQ/AXD1NR5G4idPxSf5givhqWk1yqJG6K2lt8AUmP 1495708089 Date: Thu, 25 May 2017 20:28:05 +1000 From: "Tobin C. Harding" To: Aliza Minkov Cc: lidza.louina@gmail.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix multiple blank lines coding style problem Message-ID: <20170525102805.GB18753@eros> References: <1495704135-6488-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: <1495704135-6488-1-git-send-email-minkov.al@gmail.com> X-Mailer: Mutt 1.5.24 (2015-08-30) User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 25, 2017 at 12:22:15PM +0300, Aliza Minkov wrote: > Signed-off-by: Aliza Minkov > --- > drivers/staging/dgnc/dgnc_driver.c | 2 -- > 1 file changed, 2 deletions(-) Hi Aliza, Well done getting your patch together. I think you might get an automated message from Greg's patch robot so at the risk of repeating the message here goes. You will need to add a commit log in order for your patch to have a chance of being picked up. Your commit summary is good, you may like to read Documentation/process/submitting-patches.rst (Section 2 Describe your changes). Apart from that the patch looks good to me. Good luck, Tobin.