aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/utmisc.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2012-10-30 22:26:55 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2012-11-14 18:31:26 -0500
commit73a3090a2160fb01317f5a44af6ee5a064a29625 (patch)
treeae9505645e07198991f9cb8b04c93c7e3e122283 /drivers/acpi/acpica/utmisc.c
parentb9e17693576e4739cd267f59cbdfdd33c5eefe76 (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/utmisc.c')
-rw-r--r--drivers/acpi/acpica/utmisc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/acpi/acpica/utmisc.c b/drivers/acpi/acpica/utmisc.c
index 0fed4bcc84b6..7ba197298ef8 100644
--- a/drivers/acpi/acpica/utmisc.c
+++ b/drivers/acpi/acpica/utmisc.c
@@ -250,7 +250,7 @@ acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id)
250 * control method or unloading a table. Either way, we would 250 * control method or unloading a table. Either way, we would
251 * ignore any error anyway. 251 * ignore any error anyway.
252 * 252 *
253 * DESCRIPTION: Release a table or method owner ID. Valid IDs are 1 - 255 253 * DESCRIPTION: Release a table or method owner ID. Valid IDs are 1 - 255
254 * 254 *
255 ******************************************************************************/ 255 ******************************************************************************/
256 256
@@ -534,8 +534,8 @@ u32 acpi_ut_dword_byte_swap(u32 value)
534 * RETURN: None 534 * RETURN: None
535 * 535 *
536 * DESCRIPTION: Set the global integer bit width based upon the revision 536 * DESCRIPTION: Set the global integer bit width based upon the revision
537 * of the DSDT. For Revision 1 and 0, Integers are 32 bits. 537 * of the DSDT. For Revision 1 and 0, Integers are 32 bits.
538 * For Revision 2 and above, Integers are 64 bits. Yes, this 538 * For Revision 2 and above, Integers are 64 bits. Yes, this
539 * makes a difference. 539 * makes a difference.
540 * 540 *
541 ******************************************************************************/ 541 ******************************************************************************/
@@ -671,7 +671,7 @@ u8 acpi_ut_valid_acpi_char(char character, u32 position)
671 * 671 *
672 * RETURN: TRUE if the name is valid, FALSE otherwise 672 * RETURN: TRUE if the name is valid, FALSE otherwise
673 * 673 *
674 * DESCRIPTION: Check for a valid ACPI name. Each character must be one of: 674 * DESCRIPTION: Check for a valid ACPI name. Each character must be one of:
675 * 1) Upper case alpha 675 * 1) Upper case alpha
676 * 2) numeric 676 * 2) numeric
677 * 3) underscore 677 * 3) underscore
@@ -1010,10 +1010,10 @@ acpi_ut_walk_package_tree(union acpi_operand_object *source_object,
1010 1010
1011 /* 1011 /*
1012 * Check for: 1012 * Check for:
1013 * 1) An uninitialized package element. It is completely 1013 * 1) An uninitialized package element. It is completely
1014 * legal to declare a package and leave it uninitialized 1014 * legal to declare a package and leave it uninitialized
1015 * 2) Not an internal object - can be a namespace node instead 1015 * 2) Not an internal object - can be a namespace node instead
1016 * 3) Any type other than a package. Packages are handled in else 1016 * 3) Any type other than a package. Packages are handled in else
1017 * case below. 1017 * case below.
1018 */ 1018 */
1019 if ((!this_source_obj) || 1019 if ((!this_source_obj) ||
@@ -1032,7 +1032,7 @@ acpi_ut_walk_package_tree(union acpi_operand_object *source_object,
1032 state->pkg.source_object->package.count) { 1032 state->pkg.source_object->package.count) {
1033 /* 1033 /*
1034 * We've handled all of the objects at this level, This means 1034 * We've handled all of the objects at this level, This means
1035 * that we have just completed a package. That package may 1035 * that we have just completed a package. That package may
1036 * have contained one or more packages itself. 1036 * have contained one or more packages itself.
1037 * 1037 *
1038 * Delete this state and pop the previous state (package). 1038 * Delete this state and pop the previous state (package).