From: "Dmitry V. Levin" <ldv@strace.io>
To: nvdimm@lists.linux.dev
Subject: [PATCH ndctl] daxctl: fix warning reported by udevadm verify
Date: Sat, 20 May 2023 03:41:10 +0300 [thread overview]
Message-ID: <20230520004110.GA1677@altlinux.org> (raw)
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
reply other threads:[~2023-05-20 0:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230520004110.GA1677@altlinux.org \
--to=ldv@strace.io \
--cc=nvdimm@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox