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/nsload.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/nsload.c')
-rw-r--r-- | drivers/acpi/acpica/nsload.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/acpi/acpica/nsload.c b/drivers/acpi/acpica/nsload.c index 76935ff29289..911f99127b99 100644 --- a/drivers/acpi/acpica/nsload.c +++ b/drivers/acpi/acpica/nsload.c | |||
@@ -80,8 +80,8 @@ acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node) | |||
80 | 80 | ||
81 | /* | 81 | /* |
82 | * Parse the table and load the namespace with all named | 82 | * Parse the table and load the namespace with all named |
83 | * objects found within. Control methods are NOT parsed | 83 | * objects found within. Control methods are NOT parsed |
84 | * at this time. In fact, the control methods cannot be | 84 | * at this time. In fact, the control methods cannot be |
85 | * parsed until the entire namespace is loaded, because | 85 | * parsed until the entire namespace is loaded, because |
86 | * if a control method makes a forward reference (call) | 86 | * if a control method makes a forward reference (call) |
87 | * to another control method, we can't continue parsing | 87 | * to another control method, we can't continue parsing |
@@ -122,7 +122,7 @@ acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node) | |||
122 | } | 122 | } |
123 | 123 | ||
124 | /* | 124 | /* |
125 | * Now we can parse the control methods. We always parse | 125 | * Now we can parse the control methods. We always parse |
126 | * them here for a sanity check, and if configured for | 126 | * them here for a sanity check, and if configured for |
127 | * just-in-time parsing, we delete the control method | 127 | * just-in-time parsing, we delete the control method |
128 | * parse trees. | 128 | * parse trees. |
@@ -166,7 +166,7 @@ acpi_status acpi_ns_load_namespace(void) | |||
166 | } | 166 | } |
167 | 167 | ||
168 | /* | 168 | /* |
169 | * Load the namespace. The DSDT is required, | 169 | * Load the namespace. The DSDT is required, |
170 | * but the SSDT and PSDT tables are optional. | 170 | * but the SSDT and PSDT tables are optional. |
171 | */ | 171 | */ |
172 | status = acpi_ns_load_table_by_type(ACPI_TABLE_ID_DSDT); | 172 | status = acpi_ns_load_table_by_type(ACPI_TABLE_ID_DSDT); |
@@ -283,7 +283,7 @@ static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle) | |||
283 | * RETURN: Status | 283 | * RETURN: Status |
284 | * | 284 | * |
285 | * DESCRIPTION: Shrinks the namespace, typically in response to an undocking | 285 | * DESCRIPTION: Shrinks the namespace, typically in response to an undocking |
286 | * event. Deletes an entire subtree starting from (and | 286 | * event. Deletes an entire subtree starting from (and |
287 | * including) the given handle. | 287 | * including) the given handle. |
288 | * | 288 | * |
289 | ******************************************************************************/ | 289 | ******************************************************************************/ |