diff options
author | 2024-11-08 12:56:42 -0700 | |
---|---|---|
committer | 2024-11-09 09:43:13 -0800 | |
commit | cf6d9fe09185aa7e296c24385940f29a1364e87d (patch) | |
tree | e115fe0faf9f46741992737cca997c0e2a385b73 | |
parent | mISDN: Fix typos (diff) | |
download | wireguard-linux-cf6d9fe09185aa7e296c24385940f29a1364e87d.tar.xz wireguard-linux-cf6d9fe09185aa7e296c24385940f29a1364e87d.zip |
tc: fix typo probabilty in tc.yaml doc
Fix spelling of "probability" in tc.yaml documentation. This corrects
the max-P field description in struct tc_sfq_qopt_v1.
Signed-off-by: Abhinav Saxena <xandfury@gmail.com>
Link: https://patch.msgid.link/20241108195642.139315-1-xandfury@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | Documentation/netlink/specs/tc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/tc.yaml b/Documentation/netlink/specs/tc.yaml index b02d59a0349c..aacccea5dfe4 100644 --- a/Documentation/netlink/specs/tc.yaml +++ b/Documentation/netlink/specs/tc.yaml @@ -622,7 +622,7 @@ definitions: - name: max-P type: u32 - doc: probabilty, high resolution + doc: probability, high resolution - name: stats type: binary |