Skip to content

Commit 4f363fe

Browse files
matttbekuba-moo
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. While at it, also uniform the capital letters, avoid double spaces, and fix the "announce" event description: a new "address" has been announced, not a new "subflow". Reviewed-by: Geliang Tang <[email protected]> Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> Link: https://patch.msgid.link/20241221-net-mptcp-netlink-specs-pm-doc-fixes-v2-3-e54f2db3f844@kernel.org Signed-off-by: Jakub Kicinski <[email protected]>
1 parent bea8765 commit 4f363fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/netlink/specs/mptcp_pm.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ operations:
308308
attributes:
309309
- addr
310310
-
311-
name: flush-addrs
312-
doc: flush addresses
311+
name: flush-addrs
312+
doc: Flush addresses
313313
attribute-set: endpoint
314314
dont-validate: [ strict ]
315315
flags: [ uns-admin-perm ]
@@ -353,7 +353,7 @@ operations:
353353
- addr-remote
354354
-
355355
name: announce
356-
doc: announce new sf
356+
doc: Announce new address
357357
attribute-set: attr
358358
dont-validate: [ strict ]
359359
flags: [ uns-admin-perm ]
@@ -364,7 +364,7 @@ operations:
364364
- token
365365
-
366366
name: remove
367-
doc: announce removal
367+
doc: Announce removal
368368
attribute-set: attr
369369
dont-validate: [ strict ]
370370
flags: [ uns-admin-perm ]
@@ -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)