From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762952AbdALBxk (ORCPT ); Wed, 11 Jan 2017 20:53:40 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:28235 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762915AbdALBxi (ORCPT ); Wed, 11 Jan 2017 20:53:38 -0500 Subject: Re: [PATCH 1/3] gpio: davinci: Remove unwanted blank line To: Grygorii Strashko , , References: <1484110841-2391-1-git-send-email-j-keerthy@ti.com> <1484110841-2391-2-git-send-email-j-keerthy@ti.com> <3ada0b60-01fb-93b9-e369-3a628ecf5fdc@ti.com> CC: , , From: Keerthy Message-ID: <4d65feda-c100-c576-ec4f-e9a072b72b88@ti.com> Date: Thu, 12 Jan 2017 07:23:32 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <3ada0b60-01fb-93b9-e369-3a628ecf5fdc@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 11 January 2017 11:07 PM, Grygorii Strashko wrote: > > > On 01/10/2017 11:00 PM, Keerthy wrote: >> Remove redundant blank line. > > i think it's better to drop this patch ;) There were already too many things in the second patch so just did not want to add more lines of code change :-P. > >> >> Signed-off-by: Keerthy >> --- >> include/linux/platform_data/gpio-davinci.h | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/include/linux/platform_data/gpio-davinci.h >> b/include/linux/platform_data/gpio-davinci.h >> index 44ca530..18127c4 100644 >> --- a/include/linux/platform_data/gpio-davinci.h >> +++ b/include/linux/platform_data/gpio-davinci.h >> @@ -26,7 +26,6 @@ struct davinci_gpio_platform_data { >> u32 gpio_unbanked; >> }; >> >> - >> struct davinci_gpio_controller { >> struct gpio_chip chip; >> struct irq_domain *irq_domain; >> >