
30 May
2024
30 May
'24
5:09 p.m.
On Thu, 30 May 2024 at 10:17, Michal Simek michal.simek@amd.com wrote:
Comment is not kernel-doc format that's why don't label it like that and also fix indentation to have proper multiline comment.
Signed-off-by: Michal Simek michal.simek@amd.com
lib/efi_loader/capsule_esl.dtsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/efi_loader/capsule_esl.dtsi.in b/lib/efi_loader/capsule_esl.dtsi.in index 61a9f2b25e9f..bc7db836faa8 100644 --- a/lib/efi_loader/capsule_esl.dtsi.in +++ b/lib/efi_loader/capsule_esl.dtsi.in @@ -1,9 +1,9 @@ // SPDX-License-Identifier: GPL-2.0+ -/** +/*
- Devicetree file with the public key EFI Signature List(ESL)
- node. This file is used to generate the dtsi file to be
- included into the DTB.
-*/
- */
/ { signature { capsule-key = /incbin/("ESL_BIN_FILE"); -- 2.40.1
Acked-by: Ilias Apalodimas ilias.apalodimas@linaro.org