Skip to content

Commit 3b01f27

Browse files
matttbeintel-lab-lkp
authored andcommitted
netlink: specs: mptcp: fix missing doc
Two operations didn't have a small description. It looks like something that has been missed in the original commit introducing this file. Replace the two 'todo' by a small and simple description: Create/Destroy subflow. Fixes: bc8aeb2 ("Documentation: netlink: add a YAML spec for mptcp") Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 7d48151 commit 3b01f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/netlink/specs/mptcp_pm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ operations:
375375
- loc-id
376376
-
377377
name: subflow-create
378-
doc: todo
378+
doc: Create subflow
379379
attribute-set: attr
380380
dont-validate: [ strict ]
381381
flags: [ uns-admin-perm ]
@@ -387,7 +387,7 @@ operations:
387387
- addr-remote
388388
-
389389
name: subflow-destroy
390-
doc: todo
390+
doc: Destroy subflow
391391
attribute-set: attr
392392
dont-validate: [ strict ]
393393
flags: [ uns-admin-perm ]

0 commit comments

Comments
 (0)