diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 14:39:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 16:49:38 +0100 |
| commit | de746e82320ebed3f7b02820728fa6eb035bc313 (patch) | |
| tree | dc190197e7d1cf0be3f5f18b98181db502c6323f /sys/linux/rdma_cm.txt | |
| parent | 44e061b86c622251bca6adb5358800a3827930b3 (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/linux/rdma_cm.txt')
| -rw-r--r-- | sys/linux/rdma_cm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/rdma_cm.txt b/sys/linux/rdma_cm.txt index 700a62c83..b2d193e41 100644 --- a/sys/linux/rdma_cm.txt +++ b/sys/linux/rdma_cm.txt @@ -41,8 +41,8 @@ write$RDMA_USER_CM_CMD_JOIN_MCAST(fd fd_rdma_cm, data ptr[in, rdma_ucm_cmd_t[RDM type rdma_ucm_cmd_t[CMD, MSG] { cmd const[CMD, int32] in bytesize[msg, int16] -# TODO: this seems to be only checked for less, so we can get away with a large const. -# TODO: A properer support would require support for bytesize[MSG.response] syntax. +# NEED: this seems to be only checked for less, so we can get away with a large const. +# NEED: A properer support would require support for bytesize[MSG.response] syntax. out const[64000, int16] msg MSG } |
