From 45b51617a0e3513a453c20229e02fd8fc9fbbfe1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:53:47 +0300 Subject: use doxygen todo --- common/dmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/dmem.c') 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; -- cgit v1.3