From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/drivers/acpi/acpica/nsxfobj.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/acpi/acpica/nsxfobj.c b/kernel/drivers/acpi/acpica/nsxfobj.c index c022bef..3242694 100644 --- a/kernel/drivers/acpi/acpica/nsxfobj.c +++ b/kernel/drivers/acpi/acpica/nsxfobj.c @@ -24,7 +24,8 @@ * * RETURN: Status * - * DESCRIPTION: This routine returns the type associatd with a particular handle + * DESCRIPTION: This routine returns the type associated with a particular + * handle * ******************************************************************************/ acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type) -- Gitblit v1.6.2