Skip to content

Commit 354592f

Browse files
committed
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: 3badff3 ("dpll: spec: Add Netlink spec in YAML") Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Link: https://patch.msgid.link/20250624211002.3475021-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 07caaf8 commit 354592f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/netlink/specs/dpll.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ definitions:
188188
value: 10000
189189
-
190190
type: const
191-
name: pin-frequency-77_5-khz
191+
name: pin-frequency-77-5-khz
192192
value: 77500
193193
-
194194
type: const

0 commit comments

Comments
 (0)