All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ndctl] daxctl: fix warning reported by udevadm verify
@ 2023-05-20  0:41 Dmitry V. Levin
  0 siblings, 0 replies; only message in thread
From: Dmitry V. Levin @ 2023-05-20  0:41 UTC (permalink / raw)
  To: nvdimm

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 <ldv@strace.io>
---
 daxctl/90-daxctl-device.rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/daxctl/90-daxctl-device.rules b/daxctl/90-daxctl-device.rules
index e02e7ec..fcf94c8 100644
--- a/daxctl/90-daxctl-device.rules
+++ b/daxctl/90-daxctl-device.rules
@@ -1,3 +1,3 @@
-ACTION=="add", SUBSYSTEM=="dax", TAG+="systemd",\
-  PROGRAM="/usr/bin/systemd-escape -p --template=daxdev-reconfigure@.service $env{DEVNAME}",\
+ACTION=="add", SUBSYSTEM=="dax", TAG+="systemd", \
+  PROGRAM="/usr/bin/systemd-escape -p --template=daxdev-reconfigure@.service $env{DEVNAME}", \
   ENV{SYSTEMD_WANTS}="%c"
-- 
ldv

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-20  0:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-20  0:41 [PATCH ndctl] daxctl: fix warning reported by udevadm verify Dmitry V. Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.