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 <[email protected]> Reviewed-by: Donald Hunter <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 07caaf8 commit 354592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)