From: Jakub Kicinski Date: Tue, 24 Jun 2025 21:09:56 +0000 (-0700) Subject: netlink: specs: dpll: replace underscores with dashes in names X-Git-Tag: v6.16-rc4~27^2~3^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=354592f19c7b0ac5983d56d8594a76aa3437f0a6;p=thirdparty%2Fkernel%2Fstable.git netlink: specs: dpll: replace underscores with dashes in names We're trying to add a strict regexp for the name format in the spec. Underscores will not be allowed, dashes should be used instead. This makes no difference to C (codegen, if used, replaces special chars in names) but it gives more uniform naming in Python. Fixes: 3badff3a25d8 ("dpll: spec: Add Netlink spec in YAML") Reviewed-by: Vadim Fedorenko Reviewed-by: Donald Hunter Link: https://patch.msgid.link/20250624211002.3475021-5-kuba@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/netlink/specs/dpll.yaml b/Documentation/netlink/specs/dpll.yaml index 8feefeae5376..f434140b538e 100644 --- a/Documentation/netlink/specs/dpll.yaml +++ b/Documentation/netlink/specs/dpll.yaml @@ -188,7 +188,7 @@ definitions: value: 10000 - type: const - name: pin-frequency-77_5-khz + name: pin-frequency-77-5-khz value: 77500 - type: const