diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
| commit | da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch) | |
| tree | 85323057da02893e351426c60f2c5cfd5603b428 /common/dmem.c | |
| parent | e30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff) | |
| download | kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip | |
continue documentation
Diffstat (limited to 'common/dmem.c')
| -rw-r--r-- | common/dmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dmem.c b/common/dmem.c index 5d7a1d9..3faf4b3 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; |
