From f64358fcdb570873cdc06f6f524490105dfc56fe Mon Sep 17 00:00:00 2001 From: Christoph Mair Date: Wed, 2 Jul 2025 15:49:09 +0200 Subject: [PATCH] pm: fix typo in KConfig Workqueue is missing a "k". Signed-off-by: Christoph Mair --- subsys/pm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/pm/Kconfig b/subsys/pm/Kconfig index c2bca1c5f04..96bb4c4c002 100644 --- a/subsys/pm/Kconfig +++ b/subsys/pm/Kconfig @@ -144,13 +144,13 @@ config PM_DEVICE_RUNTIME_USE_SYSTEM_WQ bool "Use the system workqueue" help When this option is enabled the power management subsystem will - use the system worqueue instead of defining its own queue. + use the system workqueue instead of defining its own queue. config PM_DEVICE_RUNTIME_USE_DEDICATED_WQ bool "Use a dedicated workqueue" help When this option is enabled the power management subsystem will - use a dedicated worqueue instead of the system work queue. + use a dedicated workqueue instead of the system work queue. if PM_DEVICE_RUNTIME_USE_DEDICATED_WQ config PM_DEVICE_RUNTIME_DEDICATED_WQ_STACK_SIZE