[PATCH] arm64: dts: qcom: sm8550-samsung-q5q: fix typo

David Wronek posted 1 patch 1 year, 8 months ago
arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: sm8550-samsung-q5q: fix typo
Posted by David Wronek 1 year, 8 months ago
It looks like "cdsp_mem" was pasted in the license header by accident.
Fix the typo by removing it.

Signed-off-by: David Wronek <david@mainlining.org>
---
 arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts b/arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts
index 4654ae1364ba..3d351e90bb39 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts
@@ -1,4 +1,4 @@
-// SPDX-License-cdsp_memIdentifier: BSD-3-Clause
+// SPDX-License-Identifier: BSD-3-Clause
 /*
  * Copyright (c) 2024, Alexandru Marc Serdeliuc <serdeliuk@yahoo.com>
  * Copyright (c) 2024, David Wronek <david@mainlining.org>

---
base-commit: 0e1980c40b6edfa68b6acf926bab22448a6e40c9
change-id: 20240531-fix-typo-q5q-5d34423b7bb4

Best regards,
-- 
David Wronek <david@mainlining.org>
Re: [PATCH] arm64: dts: qcom: sm8550-samsung-q5q: fix typo
Posted by Bjorn Andersson 1 year, 8 months ago
On Fri, 31 May 2024 14:05:59 +0200, David Wronek wrote:
> It looks like "cdsp_mem" was pasted in the license header by accident.
> Fix the typo by removing it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sm8550-samsung-q5q: fix typo
      commit: a5c84d2dde8089ece5e13f264359c6117ea3186b

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: sm8550-samsung-q5q: fix typo
Posted by Krzysztof Kozlowski 1 year, 8 months ago
On 31/05/2024 14:05, David Wronek wrote:
> It looks like "cdsp_mem" was pasted in the license header by accident.
> Fix the typo by removing it.
> 
> Signed-off-by: David Wronek <david@mainlining.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8550-samsung-q5q.dts | 2 +-

Fixes: ba2c082a401f ("arm64: dts: qcom: sm8550: Add support for Samsung Galaxy Z Fold5")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof