From: Simon Glass <sjg@chromium.org>
Date: Mon, 30 Nov 2020 00:07:04 +0000 (-0700)
Subject: log: Fix comment for LOGC_BOOT
X-Git-Tag: v2025.01-rc5-pxa1908~2108^2~7
X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=d61e784136f16e9142ccc56b34f706b6e5002c5e;p=u-boot.git

log: Fix comment for LOGC_BOOT

This comment is in the wrong format, so reports an error with
'make htmldocs'. Fix it.

Fixes: b73d61a5565 ("x86: zimage: Add a little more logging")
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---

diff --git a/include/log.h b/include/log.h
index 29f18a82dc..e53afa490e 100644
--- a/include/log.h
+++ b/include/log.h
@@ -96,8 +96,8 @@ enum log_category_t {
 	LOGC_DEVRES,
 	/** @LOGC_ACPI: Advanced Configuration and Power Interface (ACPI) */
 	LOGC_ACPI,
-	LOGC_BOOT,	/* Related to boot process / boot image processing */
-
+	/** @LOGC_BOOT: Related to boot process / boot image processing */
+	LOGC_BOOT,
 	/** @LOGC_COUNT: Number of log categories */
 	LOGC_COUNT,
 	/** @LOGC_END: Sentinel value for lists of log categories */