diff mbox series

[1/2] log: Fix comment for LOGC_BOOT

Message ID 20201130000705.2303613-1-sjg@chromium.org
State Accepted
Commit d61e784136f16e9142ccc56b34f706b6e5002c5e
Delegated to: Tom Rini
Headers show
Series [1/2] log: Fix comment for LOGC_BOOT | expand

Commit Message

Simon Glass Nov. 30, 2020, 12:07 a.m. UTC
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>
---

 include/log.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Heinrich Schuchardt Nov. 30, 2020, 7:18 a.m. UTC | #1
On 11/30/20 1:07 AM, Simon Glass wrote:
> 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>
Tom Rini Dec. 3, 2020, 4:59 p.m. UTC | #2
On Sun, Nov 29, 2020 at 05:07:04PM -0700, Simon Glass wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/log.h b/include/log.h
index 29f18a82dcf..e53afa490e8 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 */