diff options
author | Michal Simek <michal.simek@amd.com> | 2024-05-30 09:17:29 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-10 15:05:09 +0200 |
commit | 9a171f8976b9f3f76d955c4a7178832151da9509 (patch) | |
tree | d1bec047af125bfc2dbe4930f89ecb89e7889ad3 /lib/efi_loader | |
parent | cd36ddbf8d6e1afc7399460d28cc69e484ac0fdf (diff) | |
download | u-boot-9a171f8976b9f3f76d955c4a7178832151da9509.tar.gz u-boot-9a171f8976b9f3f76d955c4a7178832151da9509.tar.bz2 u-boot-9a171f8976b9f3f76d955c4a7178832151da9509.zip |
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 <michal.simek@amd.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib/efi_loader')
-rw-r--r-- | lib/efi_loader/capsule_esl.dtsi.in | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |