summaryrefslogtreecommitdiff
path: root/include/lmb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lmb.h')
-rw-r--r--include/lmb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lmb.h b/include/lmb.h
index fa91bf17ade..f221f0cce8f 100644
--- a/include/lmb.h
+++ b/include/lmb.h
@@ -158,7 +158,7 @@ static inline int lmb_read_check(phys_addr_t addr, phys_size_t len)
/**
* io_lmb_setup() - Initialize LMB struct
- * @lmb: IO LMB to initialize
+ * @io_lmb: IO LMB to initialize
*
* Returns: 0 on success, negative error code on failure
*/
@@ -166,7 +166,7 @@ int io_lmb_setup(struct lmb *io_lmb);
/**
* io_lmb_teardown() - Tear LMB struct down
- * @lmb: IO LMB to teardown
+ * @io_lmb: IO LMB to teardown
*/
void io_lmb_teardown(struct lmb *io_lmb);