Message ID | 20240531-fix-typo-q5q-v1-1-95f10a8eff9b@mainlining.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | arm64: dts: qcom: sm8550-samsung-q5q: fix typo | expand |
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
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,
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>
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(-) --- base-commit: 0e1980c40b6edfa68b6acf926bab22448a6e40c9 change-id: 20240531-fix-typo-q5q-5d34423b7bb4 Best regards,