aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-14 15:42:48 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-14 19:28:01 +0200
commit30e50d7959d0256b284225900da6a0e132412f7d (patch)
tree8dd04b1b7b4cbb0844e7d7f222939b30a50f4834 /sys/linux
parentcd3454ba97cb695ff923f4d7def0e25e85e5298c (diff)
sys/akaros: rename syscall argument
In preparation for making syscall a reserved name.
Diffstat (limited to 'sys/linux')
-rw-r--r--sys/linux/dev_infiniband_rdma_cm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/dev_infiniband_rdma_cm.txt b/sys/linux/dev_infiniband_rdma_cm.txt
index 5d44575ba..c17463cf3 100644
--- a/sys/linux/dev_infiniband_rdma_cm.txt
+++ b/sys/linux/dev_infiniband_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]
-# 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.
+# Note: this seems to be only checked for less, so we can get away with a large const.
+# bytesize[msg:response] does not work because lots of MSGs don't have response field.
out const[64000, int16]
msg MSG
}