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/nswalk.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/nswalk.c')
-rw-r--r-- | drivers/acpi/acpica/nswalk.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/acpi/acpica/nswalk.c b/drivers/acpi/acpica/nswalk.c index 730bccc5e7f7..0483877f26b8 100644 --- a/drivers/acpi/acpica/nswalk.c +++ b/drivers/acpi/acpica/nswalk.c | |||
@@ -60,8 +60,8 @@ ACPI_MODULE_NAME("nswalk") | |||
60 | * RETURN: struct acpi_namespace_node - Pointer to the NEXT child or NULL if | 60 | * RETURN: struct acpi_namespace_node - Pointer to the NEXT child or NULL if |
61 | * none is found. | 61 | * none is found. |
62 | * | 62 | * |
63 | * DESCRIPTION: Return the next peer node within the namespace. If Handle | 63 | * DESCRIPTION: Return the next peer node within the namespace. If Handle |
64 | * is valid, Scope is ignored. Otherwise, the first node | 64 | * is valid, Scope is ignored. Otherwise, the first node |
65 | * within Scope is returned. | 65 | * within Scope is returned. |
66 | * | 66 | * |
67 | ******************************************************************************/ | 67 | ******************************************************************************/ |
@@ -97,8 +97,8 @@ struct acpi_namespace_node *acpi_ns_get_next_node(struct acpi_namespace_node | |||
97 | * RETURN: struct acpi_namespace_node - Pointer to the NEXT child or NULL if | 97 | * RETURN: struct acpi_namespace_node - Pointer to the NEXT child or NULL if |
98 | * none is found. | 98 | * none is found. |
99 | * | 99 | * |
100 | * DESCRIPTION: Return the next peer node within the namespace. If Handle | 100 | * DESCRIPTION: Return the next peer node within the namespace. If Handle |
101 | * is valid, Scope is ignored. Otherwise, the first node | 101 | * is valid, Scope is ignored. Otherwise, the first node |
102 | * within Scope is returned. | 102 | * within Scope is returned. |
103 | * | 103 | * |
104 | ******************************************************************************/ | 104 | ******************************************************************************/ |
@@ -305,7 +305,7 @@ acpi_ns_walk_namespace(acpi_object_type type, | |||
305 | 305 | ||
306 | /* | 306 | /* |
307 | * Depth first search: Attempt to go down another level in the | 307 | * Depth first search: Attempt to go down another level in the |
308 | * namespace if we are allowed to. Don't go any further if we have | 308 | * namespace if we are allowed to. Don't go any further if we have |
309 | * reached the caller specified maximum depth or if the user | 309 | * reached the caller specified maximum depth or if the user |
310 | * function has specified that the maximum depth has been reached. | 310 | * function has specified that the maximum depth has been reached. |
311 | */ | 311 | */ |