aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-01-24 14:39:12 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-24 16:49:38 +0100
commitde746e82320ebed3f7b02820728fa6eb035bc313 (patch)
treedc190197e7d1cf0be3f5f18b98181db502c6323f /sys/fuchsia
parent44e061b86c622251bca6adb5358800a3827930b3 (diff)
sys/linux: update TODO comments
Change TODO comments that refer to missing description language features to NEED comments as that it's easier to grep for them. Remove some outdated comments. Fix 2 easy fixable TODOs.
Diffstat (limited to 'sys/fuchsia')
-rw-r--r--sys/fuchsia/ddk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fuchsia/ddk.txt b/sys/fuchsia/ddk.txt
index 0ad5bee76..fc6569d19 100644
--- a/sys/fuchsia/ddk.txt
+++ b/sys/fuchsia/ddk.txt
@@ -10,4 +10,4 @@ zx_cache_flush(addr ptr[out, intptr], size int64, flags flags[cache_flush_flags]
zx_interrupt_create(src_obj const[0], src_num const[0], options const[ZX_INTERRUPT_VIRTUAL], interrupt ptr[out, zx_interrupt])
zx_interrupt_ack(interrupt zx_interrupt)
zx_interrupt_destroy(interrupt zx_interrupt)
-# TODO fill out remaining interrupt syscalls
+# TODO: fill out remaining interrupt syscalls