Skip to content

Commit

Permalink
daxctl: fix warning reported by udevadm verify
Browse files Browse the repository at this point in the history
Fix the following warning reported by udevadm verify:

daxctl/90-daxctl-device.rules:3 Whitespace after comma is expected.
daxctl/90-daxctl-device.rules: udev rules check failed

Signed-off-by: "Dmitry V. Levin" <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vishal Verma <[email protected]>
  • Loading branch information
ldv-alt authored and stellarhopper committed Aug 3, 2023
1 parent f3cca0b commit 611d45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daxctl/90-daxctl-device.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ACTION=="add", SUBSYSTEM=="dax", TAG+="systemd",\
PROGRAM="/usr/bin/systemd-escape -p [email protected] $env{DEVNAME}",\
ACTION=="add", SUBSYSTEM=="dax", TAG+="systemd", \
PROGRAM="/usr/bin/systemd-escape -p [email protected] $env{DEVNAME}", \
ENV{SYSTEMD_WANTS}="%c"

0 comments on commit 611d45b

Please sign in to comment.