summaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-30 03:07:04 +0300
committerTom Rini <trini@konsulko.com>2020-12-03 00:21:58 +0300
commitd61e784136f16e9142ccc56b34f706b6e5002c5e (patch)
tree6ae390f783beb83a21884798c5a1c3ae896b84e2 /include/log.h
parent3cbb026f17332b70d352ae3659179ca2b51f418c (diff)
downloadu-boot-d61e784136f16e9142ccc56b34f706b6e5002c5e.tar.xz
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>
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h4
1 files changed, 2 insertions, 2 deletions
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 */