From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:01 +0000 Subject: [PATCH] enable docker ppp --- 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