mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
log: Fix comment for LOGC_BOOT
This comment is in the wrong format, so reports an error with
'make htmldocs'. Fix it.
Fixes: b73d61a556
("x86: zimage: Add a little more logging")
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
3cbb026f17
commit
d61e784136
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue