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 210F97F4; Fri, 10 Feb 2023 06:05:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C77ADC433D2; Fri, 10 Feb 2023 06:05:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676009109; bh=R+M0ft2NoW5OEkw9Yp/lx0D4Vb1O1La2tMhNLmrHwBk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UzFaShVbYUL6AnzcrewjwVNrWiJJde9hTV8N08ircjXv3C51e3nW1I8NUd2RMI+7M 3qFjHfFG7uUtTMfQ3B0mmemAuWTzOCQsVIym1QDac0Fwh6uGDPSj2lZQFVTwFfBf+J qXnz//A5czX2LOvB+wyWER7bwOfG59bq2nmKpbzKWgYYw14Kf2JzmmQlTomzMeLQhA +POxMFnDWrSFug3xwaq+SJuL5KJIXJArxMGqB99mLZ2l/k2nVd4Lq/Gs3AhFG9XiUR hLRjRPu2RUQIFYOBXTlsc2I6Deu+PJSzIOoLmDbZH50Qu31YrxFNc0fxfN1/oMMCik pcYUxYygwH29Q== Date: Fri, 10 Feb 2023 11:35:05 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Olivier Dautricourt , Stefan Roese , Hector Martin , Sven Peter , Alyssa Rosenzweig , Thierry Reding , Jonathan Hunter , Andreas =?iso-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Andy Gross , Bjorn Andersson , Konrad Dybcio , Viresh Kumar , Andy Shevchenko , Green Wan , Paul Walmsley , Palmer Dabbelt , Eugeniy Paltsev , Kunihiko Hayashi , Masami Hiramatsu , Maxime Coquelin , Alexandre Torgue , Matthias Brugger , Maxime Ripard , =?utf-8?B?77+9ZXI=?= , Peng Fan , Paul Cercueil , - , Long Cheng , Rajesh Gumasta , Yoshihiro Shimoda , Biju Das , Miquel Raynal , Palmer Debbelt , Masahiro Yamada , Amelie Delaunay , Linus Walleij , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, linux-tegra@vger.kernel.org, linux-actions@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-mediatek@lists.infradead.org, Rob Herring Subject: Re: [PATCH v2 1/2] dt-bindings: dma: drop unneeded quotes Message-ID: References: <20230124081117.31186-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230124081117.31186-1-krzysztof.kozlowski@linaro.org> On 24-01-23, 09:11, Krzysztof Kozlowski wrote: > Cleanup by removing unneeded quotes from refs and redundant blank lines. > No functional impact except adjusting to preferred coding style. Applied both, thanks -- ~Vinod