From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8818FC606A1 for ; Mon, 8 Jul 2019 09:57:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6624A20644 for ; Mon, 8 Jul 2019 09:57:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729989AbfGHJ5O (ORCPT ); Mon, 8 Jul 2019 05:57:14 -0400 Received: from gofer.mess.org ([88.97.38.141]:34409 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729185AbfGHJ5O (ORCPT ); Mon, 8 Jul 2019 05:57:14 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id D794C60991; Mon, 8 Jul 2019 10:57:12 +0100 (BST) Date: Mon, 8 Jul 2019 10:57:12 +0100 From: Sean Young To: Geert Uytterhoeven Cc: Yasunari Takiguchi , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] media: cxd2880: Add missing newline at end of file Message-ID: <20190708095712.d7tcnsdxzk6xc5nq@gofer.mess.org> References: <20190617143801.5077-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617143801.5077-1-geert+renesas@glider.be> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, Jun 17, 2019 at 04:38:01PM +0200, Geert Uytterhoeven wrote: > "git diff" says: > > \ No newline at end of file > > after modifying the file. git diff says this because after patching using the diff output, files should be byte-for-byte identifical. It does not mean there necessarily is a problem. I'm not sure this worth fixing or whether it solves an actual problem; the Kconfig is parsed correctly. Sean > > Signed-off-by: Geert Uytterhoeven > --- > drivers/media/dvb-frontends/cxd2880/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/dvb-frontends/cxd2880/Kconfig b/drivers/media/dvb-frontends/cxd2880/Kconfig > index 9d989676e8007264..94a8e0b936b951dd 100644 > --- a/drivers/media/dvb-frontends/cxd2880/Kconfig > +++ b/drivers/media/dvb-frontends/cxd2880/Kconfig > @@ -5,4 +5,4 @@ config DVB_CXD2880 > depends on DVB_CORE && SPI > default m if !MEDIA_SUBDRV_AUTOSELECT > help > - Say Y when you want to support this frontend. > \ No newline at end of file > + Say Y when you want to support this frontend. > -- > 2.17.1