Skip to content

Commit c20ba9b

Browse files
jgottulatonyhutter
authored andcommitted
Udev rules: use non-ancient comma syntax
This file is old as dirt. It's entirely possible that commas were optional in udev back at that time. But they're definitely supposed to be there nowadays. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Pavel Zakharov <[email protected]> Signed-off-by: Justin Gottula <[email protected]> Closes openzfs#12302
1 parent 15177c1 commit c20ba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udev/rules.d/60-zvol.rules.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# persistent disk links: /dev/zvol/dataset_name
44
# also creates compatibility symlink of /dev/dataset_name
55

6-
KERNEL=="zd*" SUBSYSTEM=="block" ACTION=="add|change" PROGRAM="@udevdir@/zvol_id $tempnode" SYMLINK+="zvol/%c %c"
6+
KERNEL=="zd*", SUBSYSTEM=="block", ACTION=="add|change", PROGRAM="@udevdir@/zvol_id $tempnode", SYMLINK+="zvol/%c %c"

0 commit comments

Comments
 (0)