aboutsummaryrefslogtreecommitdiff
path: root/common/dmem.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:53:47 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:53:47 +0300
commit45b51617a0e3513a453c20229e02fd8fc9fbbfe1 (patch)
tree1ff6e23aea786c2b32521bb834e1fc133129101b /common/dmem.c
parentda8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (diff)
downloadkmi-45b51617a0e3513a453c20229e02fd8fc9fbbfe1.tar.gz
kmi-45b51617a0e3513a453c20229e02fd8fc9fbbfe1.zip
use doxygen todo
Diffstat (limited to 'common/dmem.c')
-rw-r--r--common/dmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dmem.c b/common/dmem.c
index 3faf4b3..3a50768 100644
--- a/common/dmem.c
+++ b/common/dmem.c
@@ -39,7 +39,7 @@ static stat_t dev_alloc_wrapper(struct vmem *b, pm_t *offset, vm_t vaddr,
void *data)
{
stat_t *status = (stat_t *)data;
- /* \todo: remember to do something with this status info */
+ /** \todo remember to do something with this status info */
*status = map_vpage(b, *offset, vaddr, flags, order);
*offset += order_size(order);
return OK;