summaryrefslogtreecommitdiffstats
path: root/src/udev
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-16 08:25:49 +0100
committerGitHub <noreply@github.com>2021-02-16 08:25:49 +0100
commit8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e (patch)
tree9896eb01d01e46ece5a2efd109b5716915141c91 /src/udev
parentjournalctl: rotation is not a reason to warn, but certainly noteworthy (diff)
parentrpm: restart services in %posttrans (diff)
downloadsystemd-8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e.tar.xz
systemd-8f50eb04acb37b8ef50f823a2917bf0a10e9ec8e.zip
Merge pull request #18481 from keszybz/rpm-restart-post-trans
Restart units after the rpm transaction
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/test-udev-builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/test-udev-builtin.c b/src/udev/test-udev-builtin.c
index 1bd1dbddf5..21a8ea3fa6 100644
--- a/src/udev/test-udev-builtin.c
+++ b/src/udev/test-udev-builtin.c
@@ -6,7 +6,7 @@
static void test_udev_builtin_cmd_to_ptr(void) {
log_info("/* %s */", __func__);
- /* Those could have been static_assert()s, but ({}) is not allowed there. */
+ /* Those could have been static asserts, but ({}) is not allowed there. */
#if HAVE_BLKID
assert_se(UDEV_BUILTIN_CMD_TO_PTR(UDEV_BUILTIN_BLKID));
assert_se(PTR_TO_UDEV_BUILTIN_CMD(UDEV_BUILTIN_CMD_TO_PTR(UDEV_BUILTIN_BLKID)) == UDEV_BUILTIN_BLKID);