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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2915CC54E58 for ; Mon, 25 Mar 2024 18:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9yNe8+6ZAgAociQu7BvOAq3Yq5MlyO5MKWnWU0xdTzE=; b=YzVDgHEHpfjjGy YiOD9EswPAu8CA+1HWsgD99PWu21vhv40Ud6QZfl4HgJ8d+MC0LXOzMnDMsAuAgKqfEDXxRaphwWp R1iwFLwPlDvKd3pn0xR4UhJChAcLE233CQZ6m1n457anJeP50KprHA5qEWvo669Rya/M/FHLqR2Cc P4E2yOziOLYAdUMSTKftsbkt1WFmeApariWHiKzcUzoYTST9WGRZ91t71rruy7C7J9RktinYN/GOU Q2eu/g/zth5g8QaWIE3xZc4Sy1RxIs15AvGqNlSkbq5CnhS9VhOGzQa+qCtEPhRMbhC8dC6hzwhdI 2YX9g7nV/9vBrbQXVLNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1roogK-00000001EmL-0n6P; Mon, 25 Mar 2024 18:04:24 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1roogH-00000001Elg-3763; Mon, 25 Mar 2024 18:04:23 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 71A07CE1C0E; Mon, 25 Mar 2024 18:04:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A6DDC433F1; Mon, 25 Mar 2024 18:04:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1711389858; bh=xdi8INWQbLRIMRfRERnqBafSoZFazf5xxGPOYIhFgYs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C1LLldyzDGxhPgV/c9dk31PiSbTYacby4szZGS9m7qvUsmKyPc60htLGhF/aAysvq nkG6cm9cNs2QspkxqNLNFfZmqwsF/V/3etB479NWcYk+v5XfvCf+9NK38gO+gVRGyg pQCAQmOEutzEH2fO54HiNkAAz+PWvwTMbWg9eyt0= Date: Mon, 25 Mar 2024 19:04:15 +0100 From: Greg KH To: Prasad Pandit Cc: dan.carpenter@linaro.org, florian.fainelli@broadcom.com, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, rjui@broadcom.com, sbranden@broadcom.com, linux-staging@lists.linux.dev, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Prasad Pandit Subject: Re: [PATCH v3] staging: bcm2835-audio: add terminating new line to Kconfig Message-ID: <2024032540-scrubbed-reluctant-8860@gregkh> References: <20240313114126.1418453-1-ppandit@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240313114126.1418453-1-ppandit@redhat.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240325_110421_980183_6C0DE6B2 X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Mar 13, 2024 at 05:11:26PM +0530, Prasad Pandit wrote: > From: Prasad Pandit > > Add terminating new line to the Kconfig file. It helps > Kconfig parsers to read file without error. What in-tree parser has a problem with this file as-is? If it's an out-of-tree parser, that's different, and the tool should be fixed, no need to touch the kernel files for no good reason. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel