diff options
author | Bob Moore <robert.moore@intel.com> | 2012-10-30 22:26:55 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-14 18:31:26 -0500 |
commit | 73a3090a2160fb01317f5a44af6ee5a064a29625 (patch) | |
tree | ae9505645e07198991f9cb8b04c93c7e3e122283 /drivers/acpi/acpica/dscontrol.c | |
parent | b9e17693576e4739cd267f59cbdfdd33c5eefe76 (diff) |
ACPICA: Remove extra spaces after periods within comments
This makes all comments consistent.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/dscontrol.c')
-rw-r--r-- | drivers/acpi/acpica/dscontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/dscontrol.c b/drivers/acpi/acpica/dscontrol.c index 465f02134b89..57895db3231a 100644 --- a/drivers/acpi/acpica/dscontrol.c +++ b/drivers/acpi/acpica/dscontrol.c | |||
@@ -280,7 +280,7 @@ acpi_ds_exec_end_control_op(struct acpi_walk_state * walk_state, | |||
280 | 280 | ||
281 | /* | 281 | /* |
282 | * Get the return value and save as the last result | 282 | * Get the return value and save as the last result |
283 | * value. This is the only place where walk_state->return_desc | 283 | * value. This is the only place where walk_state->return_desc |
284 | * is set to anything other than zero! | 284 | * is set to anything other than zero! |
285 | */ | 285 | */ |
286 | walk_state->return_desc = walk_state->operands[0]; | 286 | walk_state->return_desc = walk_state->operands[0]; |