From: Michal Simek Date: Thu, 30 May 2024 07:17:29 +0000 (+0200) Subject: efi_loader: Fix capsule_esl.dtsi.in comment style X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=9a171f8976b9f3f76d955c4a7178832151da9509;p=u-boot.git efi_loader: Fix capsule_esl.dtsi.in comment style 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 Acked-by: Ilias Apalodimas --- diff --git a/lib/efi_loader/capsule_esl.dtsi.in b/lib/efi_loader/capsule_esl.dtsi.in index 61a9f2b25e..bc7db836fa 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");