diff options
author | Bob Moore <robert.moore@intel.com> | 2008-11-12 03:01:56 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-29 22:38:37 -0500 |
commit | 9f15fc666ef54afc7aff31dfa31edecf00e0d81a (patch) | |
tree | b7fee548a54ac5c1a599035e16160a9ac2162e45 /drivers/acpi/events/evxfevnt.c | |
parent | 009c4cbe99bea2da53f29ad685975a36f38c001c (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/evxfevnt.c')
-rw-r--r-- | drivers/acpi/events/evxfevnt.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/acpi/events/evxfevnt.c b/drivers/acpi/events/evxfevnt.c index 41554f736b68..669b8ca4984b 100644 --- a/drivers/acpi/events/evxfevnt.c +++ b/drivers/acpi/events/evxfevnt.c | |||
@@ -161,8 +161,8 @@ acpi_status acpi_enable_event(u32 event, u32 flags) | |||
161 | } | 161 | } |
162 | 162 | ||
163 | /* | 163 | /* |
164 | * Enable the requested fixed event (by writing a one to the | 164 | * Enable the requested fixed event (by writing a one to the enable |
165 | * enable register bit) | 165 | * register bit) |
166 | */ | 166 | */ |
167 | status = | 167 | status = |
168 | acpi_set_register(acpi_gbl_fixed_event_info[event]. | 168 | acpi_set_register(acpi_gbl_fixed_event_info[event]. |
@@ -343,8 +343,8 @@ acpi_status acpi_disable_event(u32 event, u32 flags) | |||
343 | } | 343 | } |
344 | 344 | ||
345 | /* | 345 | /* |
346 | * Disable the requested fixed event (by writing a zero to the | 346 | * Disable the requested fixed event (by writing a zero to the enable |
347 | * enable register bit) | 347 | * register bit) |
348 | */ | 348 | */ |
349 | status = | 349 | status = |
350 | acpi_set_register(acpi_gbl_fixed_event_info[event]. | 350 | acpi_set_register(acpi_gbl_fixed_event_info[event]. |
@@ -396,8 +396,8 @@ acpi_status acpi_clear_event(u32 event) | |||
396 | } | 396 | } |
397 | 397 | ||
398 | /* | 398 | /* |
399 | * Clear the requested fixed event (By writing a one to the | 399 | * Clear the requested fixed event (By writing a one to the status |
400 | * status register bit) | 400 | * register bit) |
401 | */ | 401 | */ |
402 | status = | 402 | status = |
403 | acpi_set_register(acpi_gbl_fixed_event_info[event]. | 403 | acpi_set_register(acpi_gbl_fixed_event_info[event]. |