diff mbox series

[v2,1/1] lmb: add missing LMB_NOOVERWRITE description

Message ID 20240919105523.179497-1-heinrich.schuchardt@canonical.com
State Superseded, archived
Headers show
Series [v2,1/1] lmb: add missing LMB_NOOVERWRITE description | expand

Commit Message

Heinrich Schuchardt Sept. 19, 2024, 10:55 a.m. UTC
Without a LMB_NOOVERWRITE description building the HTML documentation leads
to a warning which should be treated as an error.

Fixes: 5e9553cc72b8 ("lmb: allow for resizing lmb regions")
Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
v2:
	change description text: %s/resized/overwritten/
---
 include/lmb.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/lmb.h b/include/lmb.h
index fc2daaa7bfc..97fc9764c13 100644
--- a/include/lmb.h
+++ b/include/lmb.h
@@ -18,6 +18,7 @@ 
  * enum lmb_flags - definition of memory region attributes
  * @LMB_NONE: no special request
  * @LMB_NOMAP: don't add to mmu configuration
+ * @LMB_NOOVERWRITE: region cannot be overwritten
  */
 enum lmb_flags {
 	LMB_NONE		= 0,