From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936002AbdAKRhf (ORCPT ); Wed, 11 Jan 2017 12:37:35 -0500 Received: from lelnx193.ext.ti.com ([198.47.27.77]:33013 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765150AbdAKRhd (ORCPT ); Wed, 11 Jan 2017 12:37:33 -0500 Subject: Re: [PATCH 1/3] gpio: davinci: Remove unwanted blank line To: Keerthy , , References: <1484110841-2391-1-git-send-email-j-keerthy@ti.com> <1484110841-2391-2-git-send-email-j-keerthy@ti.com> CC: , , From: Grygorii Strashko Message-ID: <3ada0b60-01fb-93b9-e369-3a628ecf5fdc@ti.com> Date: Wed, 11 Jan 2017 11:37:24 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1484110841-2391-2-git-send-email-j-keerthy@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [128.247.83.96] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/10/2017 11:00 PM, Keerthy wrote: > Remove redundant blank line. i think it's better to drop this patch ;) > > 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; > -- regards, -grygorii