Skip to content

Commit e83d4e9

Browse files
committed
netlink: specs: fix indent in fou
Fix up the indentation. This has no functional effect, AFAICT. Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Link: https://lore.kernel.org/r/20230824003056.1436637-6-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 4c8c24e commit e83d4e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Documentation/netlink/specs/fou.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ operations:
107107
flags: [ admin-perm ]
108108

109109
do:
110-
request: &select_attrs
110+
request: &select_attrs
111111
attributes:
112-
- af
113-
- ifindex
114-
- port
115-
- peer_port
116-
- local_v4
117-
- peer_v4
118-
- local_v6
119-
- peer_v6
112+
- af
113+
- ifindex
114+
- port
115+
- peer_port
116+
- local_v4
117+
- peer_v4
118+
- local_v6
119+
- peer_v6
120120

121121
-
122122
name: get

0 commit comments

Comments
 (0)