diff options
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r-- | drivers/acpi/acpica/tbxfload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/tbxfload.c b/drivers/acpi/acpica/tbxfload.c index f87cc63e69a1..a5e1e4e47098 100644 --- a/drivers/acpi/acpica/tbxfload.c +++ b/drivers/acpi/acpica/tbxfload.c | |||
@@ -211,7 +211,7 @@ static acpi_status acpi_tb_load_namespace(void) | |||
211 | * DESCRIPTION: Dynamically load an ACPI table from the caller's buffer. Must | 211 | * DESCRIPTION: Dynamically load an ACPI table from the caller's buffer. Must |
212 | * be a valid ACPI table with a valid ACPI table header. | 212 | * be a valid ACPI table with a valid ACPI table header. |
213 | * Note1: Mainly intended to support hotplug addition of SSDTs. | 213 | * Note1: Mainly intended to support hotplug addition of SSDTs. |
214 | * Note2: Does not copy the incoming table. User is reponsible | 214 | * Note2: Does not copy the incoming table. User is responsible |
215 | * to ensure that the table is not deleted or unmapped. | 215 | * to ensure that the table is not deleted or unmapped. |
216 | * | 216 | * |
217 | ******************************************************************************/ | 217 | ******************************************************************************/ |