diff options
Diffstat (limited to 'drivers/acpi/acpica/nsnames.c')
-rw-r--r-- | drivers/acpi/acpica/nsnames.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/nsnames.c b/drivers/acpi/acpica/nsnames.c index 55a175eadcc3..7d34641865ea 100644 --- a/drivers/acpi/acpica/nsnames.c +++ b/drivers/acpi/acpica/nsnames.c | |||
@@ -126,7 +126,8 @@ acpi_ns_build_external_path(struct acpi_namespace_node *node, | |||
126 | * the node, In external format (name segments separated by path | 126 | * the node, In external format (name segments separated by path |
127 | * separators.) | 127 | * separators.) |
128 | * | 128 | * |
129 | * DESCRIPTION: Used for debug printing in acpi_ns_search_table(). | 129 | * DESCRIPTION: Used to obtain the full pathname to a namespace node, usually |
130 | * for error and debug statements. | ||
130 | * | 131 | * |
131 | ******************************************************************************/ | 132 | ******************************************************************************/ |
132 | 133 | ||