From 71cc90aabccceadb92597c9ac0fba30eeb3f72ad Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 7 Apr 2025 16:30:33 +0900 Subject: [PATCH] udev: fix typo Follow-up for 0ba9d06963ecb848e71951ed5e9f6f6f03b80b06. --- src/udev/udev-worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3