diff options
author | Jakub Kicinski | 2023-08-23 17:30:56 -0700 |
---|---|---|
committer | Jakub Kicinski | 2023-08-24 19:04:20 -0700 |
commit | e83d4e9b2d0ff12f02f85fbef909c46c6447d41e (patch) | |
tree | 3ae9a07691c01b62dffb138a615922075590c7f6 /Documentation/netlink | |
parent | 4c8c24e801e60a2b4a6f78401c9b7cb6cbf47cbf (diff) |
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>
Diffstat (limited to 'Documentation/netlink')
-rw-r--r-- | Documentation/netlink/specs/fou.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/netlink/specs/fou.yaml b/Documentation/netlink/specs/fou.yaml index 3e13826a3fdf..0af5ab842c04 100644 --- a/Documentation/netlink/specs/fou.yaml +++ b/Documentation/netlink/specs/fou.yaml @@ -107,16 +107,16 @@ operations: flags: [ admin-perm ] do: - request: &select_attrs + request: &select_attrs attributes: - - af - - ifindex - - port - - peer_port - - local_v4 - - peer_v4 - - local_v6 - - peer_v6 + - af + - ifindex + - port + - peer_port + - local_v4 + - peer_v4 + - local_v6 + - peer_v6 - name: get |