Re: [PATCH] ACPI: Kconfig: Fix a typo in Kconfig

From: Rafael J. Wysocki
Date: Fri Sep 24 2021 - 12:23:42 EST


On Tue, Sep 21, 2021 at 8:21 AM Masanari Iida <standby24x7@xxxxxxxxx> wrote:
>
> This patch fixes a spelling typo in acpi/Kconfig
>
> Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
> ---
> drivers/acpi/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index 1da360c51d66..cdbdf68bd98f 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -71,7 +71,7 @@ config ACPI_DEBUGGER
> if ACPI_DEBUGGER
>
> config ACPI_DEBUGGER_USER
> - tristate "Userspace debugger accessiblity"
> + tristate "Userspace debugger accessibility"
> depends on DEBUG_FS
> help
> Export /sys/kernel/debug/acpi/acpidbg for userspace utilities
> --

Applied as 5.16 material, thanks!