From: Yu Watanabe Date: Mon, 7 Apr 2025 07:30:33 +0000 (+0900) Subject: udev: fix typo X-Git-Tag: v258-rc1~895 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71cc90aabccceadb92597c9ac0fba30eeb3f72ad;p=thirdparty%2Fsystemd.git udev: fix typo Follow-up for 0ba9d06963ecb848e71951ed5e9f6f6f03b80b06. --- diff --git a/src/udev/udev-worker.c b/src/udev/udev-worker.c index 2686fcbe102..28ca21291ef 100644 --- a/src/udev/udev-worker.c +++ b/src/udev/udev-worker.c @@ -193,7 +193,7 @@ static int worker_process_device(UdevWorker *worker, sd_device *dev) { * The user-facing side of this: https://systemd.io/BLOCK_DEVICE_LOCKING */ r = worker_lock_whole_disk(dev, &fd_lock); if (r == -EAGAIN) { - log_device_debug(dev, "Block device is currently locked, requeueing the event."); + log_device_debug(dev, "Block device is currently locked, requeuing the event."); r = sd_notify(/* unset_environment = */ false, "TRY_AGAIN=1"); if (r < 0) {