log: Fix comment for LOGC_BOOT
authorSimon Glass <sjg@chromium.org>
Mon, 30 Nov 2020 00:07:04 +0000 (17:07 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Dec 2020 21:21:58 +0000 (16:21 -0500)
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>
include/log.h

index 29f18a8..e53afa4 100644 (file)
@@ -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 */