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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16CE9C678D6 for ; Thu, 19 Jan 2023 12:32:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229505AbjASMcS (ORCPT ); Thu, 19 Jan 2023 07:32:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230409AbjASMaN (ORCPT ); Thu, 19 Jan 2023 07:30:13 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D57A798D0; Thu, 19 Jan 2023 04:28:41 -0800 (PST) Received: from wf0783.dip.tu-dresden.de ([141.76.183.15] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pIU0w-0002qB-4T; Thu, 19 Jan 2023 13:27:30 +0100 From: Heiko Stuebner To: Mark Brown , Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Chin-Ting Kuo , =?ISO-8859-1?Q?C=E9dric?= Le Goater , Joel Stanley , Andrew Jeffery , Kamal Dasu , Broadcom internal kernel review list , Han Xu , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Matthias Brugger , Thierry Reding , Jonathan Hunter , Andy Gross , Bjorn Andersson , Konrad Dybcio , Serge Semin , Haibo Chen , Yogesh Gaur , Linus Walleij , Palmer Dabbelt , Paul Walmsley , Li-hao Kuo , Michal Simek , Orson Zhai , Baolin Wang , Chunyan Zhang , Maxime Coquelin , Alexandre Torgue , Maxime Ripard , =?utf-8?B?77+9ZWNraQ==?= , Vaishnav Achath , Parshuram Thombare , Leilk Liu , Gabor Juhos , Bert Vermeulen , Miquel Raynal , Marek Vasut , Birger Koblitz , Geert Uytterhoeven , Anson Huang , Chris Packham , Kuldeep Singh , Pragnesh Patel , Christophe Kerello , Patrice Chotard , Erwan Leray , Fabrice Gasnier , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-mediatek@lists.infradead.org, linux-tegra@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Krzysztof Kozlowski Cc: Krzysztof Kozlowski Subject: Re: [PATCH 1/2] spi: dt-bindings: drop unneeded quotes Date: Thu, 19 Jan 2023 13:27:26 +0100 Message-ID: <4772603.GXAFRqVoOG@phil> In-Reply-To: <20230118173932.358153-1-krzysztof.kozlowski@linaro.org> References: <20230118173932.358153-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Am Mittwoch, 18. Januar 2023, 18:39:31 CET schrieb Krzysztof Kozlowski: > Cleanup by removing unneeded quotes from refs and redundant blank lines. > No functional impact except adjusting to preferred coding style. > > Signed-off-by: Krzysztof Kozlowski [...] > diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml > index 66e49947b703..e4941e9212d1 100644 > --- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml > +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml > @@ -11,7 +11,7 @@ description: > as flash and display controllers using the SPI communication interface. > > allOf: > - - $ref: "spi-controller.yaml#" > + - $ref: spi-controller.yaml# > > maintainers: > - Heiko Stuebner For Rockchip: Reviewed-by: Heiko Stuebner