From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AE340212D2F; Thu, 7 Nov 2024 15:59:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730995165; cv=none; b=Ov+WTshb27RYFASga8ogxYvH6+/RreIDi2rvIPXcqFzxBtVCV6S4I5cF8bioi/lLvG0x2Nf7ZM6DnoQL7ShSqM1HwpOqDKstdtG/pG+UvptuQ5sTocF2UfugzbSMV6Tx/pRou+nd/gt3/iANZj5g//PHGVgKY540ttfW3NMptvI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730995165; c=relaxed/simple; bh=EY9bRUE7pktK1ylVK13Q0axY1miNx65wET8k5SsvSYw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pB7JdX+6ArOfa4fSny/MDgcuIZYpLrmGytrf7rznTkLSuQ1EaD/Dtqv0Ex5a6Ze8xWUNRigKm8//WSGkv4vaazdu8gC4Gi/tZPOVYpNCKY406IkZGvWk16pyAO1WBNGty69bpS5+V/hDJmxAmaCgF1oSVk4WE5AxYHaJ+xVnMX8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rgBBwYSn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rgBBwYSn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60631C4CECC; Thu, 7 Nov 2024 15:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730995165; bh=EY9bRUE7pktK1ylVK13Q0axY1miNx65wET8k5SsvSYw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rgBBwYSng15I1Sj9CukemsB8r92eeFNBu9UjOzjVelqyl+on+q7BOE9BfGXxrCg3C cFuhr/Dg0Bc8ndaWjoD7aPFzlYKLHrY9aIseyUra+dYylkrfgUrfPFCuOU5BMa6A7F Aqe3rIOTDqgXniwsdQXWPTdEv3aCMPFc5DUVJIhA2mCGEf3cnLkpM3sTg0iTnGEMEP ZW6/cH0bEH0V/fxft/hZ3X9DnnN1TOLaoud22Od5ccjuUjr67GoCNA0ZtI3EPumnre YMJtE52eqaqSvTur9DqroifGPDIsJuRuT9apQEdSA41ms/lzfu+OgDQfUpIL9EmeJM JZ3MEVrEMofMA== Date: Thu, 7 Nov 2024 09:59:23 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Abhinav Saxena , linux-kernel-mentees@lists.linuxfoundation.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Bartosz Golaszewski , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Thierry Reding , Jonathan Hunter , Thomas Bogendoerfer , Liam Girdwood , Mark Brown , Christophe Leroy Subject: Re: [PATCH 2/2] Documentation: dt-bindings: Remove trailing whitespace Message-ID: <20241107155923.GA2770783-robh@kernel.org> References: <20241107061124.105930-1-xandfury@gmail.com> <20241107061124.105930-3-xandfury@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Nov 07, 2024 at 12:07:46PM +0100, Krzysztof Kozlowski wrote: > On Wed, Nov 06, 2024 at 11:11:24PM -0700, Abhinav Saxena wrote: > > Remove trailing whitespace from devicetree binding documentation files: > > - regulator/regulator-max77620.txt > > - interrupt-controller/nvidia,tegra20-ictlr.txt > > - interrupt-controller/msi.txt > > > > No functional changes. Issues detected using checkpatch.pl script. > > Instead I would prefer these files to be converted to DT schema which > would result in their full removal. Yes. I don't take fixes for .txt bindings. Rob