aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/acmacros.h')
-rw-r--r--include/acpi/acmacros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acmacros.h b/include/acpi/acmacros.h
index a597207e2835..1954c9d1d012 100644
--- a/include/acpi/acmacros.h
+++ b/include/acpi/acmacros.h
@@ -333,8 +333,8 @@ struct acpi_integer_overlay {
333#define ACPI_INSERT_BITS(target, mask, source) target = ((target & (~(mask))) | (source & mask)) 333#define ACPI_INSERT_BITS(target, mask, source) target = ((target & (~(mask))) | (source & mask))
334 334
335/* 335/*
336 * An struct acpi_namespace_node can appear in some contexts 336 * A struct acpi_namespace_node can appear in some contexts
337 * where a pointer to an union acpi_operand_object can also 337 * where a pointer to a union acpi_operand_object can also
338 * appear. This macro is used to distinguish them. 338 * appear. This macro is used to distinguish them.
339 * 339 *
340 * The "Descriptor" field is the first field in both structures. 340 * The "Descriptor" field is the first field in both structures.