From 69eedf55549a7b3e75a927ce8c135b1ac9042e88 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 19 Feb 2014 14:08:27 +0100 Subject: [PATCH] kernel/acpi: Fix comment. --- sys/dev/acpica/acpi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index e76ac7c579..8171ad8b05 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -228,9 +228,9 @@ SYSCTL_STRING(_debug_acpi, OID_AUTO, acpi_ca_version, CTLFLAG_RD, acpi_ca_version, 0, "Version of Intel ACPI-CA"); /* - * Disable the control method auto-serialization mechanism that was added - * in 20140214 and superseded the previous AcpiGbl_SerializeAllMethods - * option. + * Use this tunable to disable the control method auto-serialization + * mechanism that was added in 20140214 and superseded the previous + * AcpiGbl_SerializeAllMethods global. */ static int acpi_auto_serialize_methods = 1; TUNABLE_INT("hw.acpi.auto_serialize_methods", &acpi_auto_serialize_methods); -- 2.41.0