aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events/evxface.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2008-11-12 03:01:56 -0500
committerLen Brown <len.brown@intel.com>2008-12-29 22:38:37 -0500
commit9f15fc666ef54afc7aff31dfa31edecf00e0d81a (patch)
treeb7fee548a54ac5c1a599035e16160a9ac2162e45 /drivers/acpi/events/evxface.c
parent009c4cbe99bea2da53f29ad685975a36f38c001c (diff)
ACPICA: Reformat comments, no functional changes
Reformat comments to use fewer lines. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
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) {