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/exresnte.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/exresnte.c')
-rw-r--r-- | drivers/acpi/acpica/exresnte.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/exresnte.c b/drivers/acpi/acpica/exresnte.c index 1cb057fe8172..6239956786eb 100644 --- a/drivers/acpi/acpica/exresnte.c +++ b/drivers/acpi/acpica/exresnte.c | |||
@@ -57,8 +57,8 @@ ACPI_MODULE_NAME("exresnte") | |||
57 | * PARAMETERS: object_ptr - Pointer to a location that contains | 57 | * PARAMETERS: object_ptr - Pointer to a location that contains |
58 | * a pointer to a NS node, and will receive a | 58 | * a pointer to a NS node, and will receive a |
59 | * pointer to the resolved object. | 59 | * pointer to the resolved object. |
60 | * walk_state - Current state. Valid only if executing AML | 60 | * walk_state - Current state. Valid only if executing AML |
61 | * code. NULL if simply resolving an object | 61 | * code. NULL if simply resolving an object |
62 | * | 62 | * |
63 | * RETURN: Status | 63 | * RETURN: Status |
64 | * | 64 | * |
@@ -66,7 +66,7 @@ ACPI_MODULE_NAME("exresnte") | |||
66 | * | 66 | * |
67 | * Note: for some of the data types, the pointer attached to the Node | 67 | * Note: for some of the data types, the pointer attached to the Node |
68 | * can be either a pointer to an actual internal object or a pointer into the | 68 | * can be either a pointer to an actual internal object or a pointer into the |
69 | * AML stream itself. These types are currently: | 69 | * AML stream itself. These types are currently: |
70 | * | 70 | * |
71 | * ACPI_TYPE_INTEGER | 71 | * ACPI_TYPE_INTEGER |
72 | * ACPI_TYPE_STRING | 72 | * ACPI_TYPE_STRING |
@@ -88,7 +88,7 @@ acpi_ex_resolve_node_to_value(struct acpi_namespace_node **object_ptr, | |||
88 | ACPI_FUNCTION_TRACE(ex_resolve_node_to_value); | 88 | ACPI_FUNCTION_TRACE(ex_resolve_node_to_value); |
89 | 89 | ||
90 | /* | 90 | /* |
91 | * The stack pointer points to a struct acpi_namespace_node (Node). Get the | 91 | * The stack pointer points to a struct acpi_namespace_node (Node). Get the |
92 | * object that is attached to the Node. | 92 | * object that is attached to the Node. |
93 | */ | 93 | */ |
94 | node = *object_ptr; | 94 | node = *object_ptr; |