Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752641AbdHNQMA (ORCPT ); Mon, 14 Aug 2017 12:12:00 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:17433 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbdHNQL7 (ORCPT ); Mon, 14 Aug 2017 12:11:59 -0400 Subject: Re: [PATCH] mtd: spi-nor: fix "No newline at end of file" To: matthew.gerlach@linux.intel.com, dwmw2@infradead.org, computersforpeace@gmail.com, boris.brezillon@free-electrons.com, marek.vasut@gmail.com, richard@nod.at, linux-mtd@lists.infradead.org, ludovic.barre@st.com, linux-kernel@vger.kernel.org References: <1502233106-24777-1-git-send-email-matthew.gerlach@linux.intel.com> From: Cyrille Pitchen Message-ID: <9e1ad8af-ae3f-f23d-e3ba-4629473e8654@wedev4u.fr> Date: Mon, 14 Aug 2017 18:11:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1502233106-24777-1-git-send-email-matthew.gerlach@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1115 Lines: 28 Le 09/08/2017 à 00:58, matthew.gerlach@linux.intel.com a écrit : > From: Matthew Gerlach > > Add a newline to the end of drivers/spi-nor/Makefile to get rid the message, > "No newline at end of file", produced by git. This fix will allow subsequent > changes to the file to be able to produce clean patches. > > Signed-off-by: Matthew Gerlach Applied to the spi-nor/next branch of l2-mtd Thanks! > --- > drivers/mtd/spi-nor/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile > index c5f171d..7d84c51 100644 > --- a/drivers/mtd/spi-nor/Makefile > +++ b/drivers/mtd/spi-nor/Makefile > @@ -9,4 +9,4 @@ obj-$(CONFIG_SPI_NXP_SPIFI) += nxp-spifi.o > obj-$(CONFIG_SPI_INTEL_SPI) += intel-spi.o > obj-$(CONFIG_SPI_INTEL_SPI_PCI) += intel-spi-pci.o > obj-$(CONFIG_SPI_INTEL_SPI_PLATFORM) += intel-spi-platform.o > -obj-$(CONFIG_SPI_STM32_QUADSPI) += stm32-quadspi.o > \ No newline at end of file > +obj-$(CONFIG_SPI_STM32_QUADSPI) += stm32-quadspi.o >