aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events/evxface.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/events/evxface.c')
-rw-r--r--drivers/acpi/events/evxface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/events/evxface.c b/drivers/acpi/events/evxface.c
index 94a6efe020be..a2867875c74e 100644
--- a/drivers/acpi/events/evxface.c
+++ b/drivers/acpi/events/evxface.c
@@ -267,7 +267,7 @@ acpi_install_notify_handler(acpi_handle device,
267 /* 267 /*
268 * Root Object: 268 * Root Object:
269 * Registering a notify handler on the root object indicates that the 269 * Registering a notify handler on the root object indicates that the
270 * caller wishes to receive notifications for all objects. Note that 270 * caller wishes to receive notifications for all objects. Note that
271 * only one <external> global handler can be regsitered (per notify type). 271 * only one <external> global handler can be regsitered (per notify type).
272 */ 272 */
273 if (device == ACPI_ROOT_OBJECT) { 273 if (device == ACPI_ROOT_OBJECT) {