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/utcache.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/utcache.c')
-rw-r--r-- | drivers/acpi/acpica/utcache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/utcache.c b/drivers/acpi/acpica/utcache.c index eacb9ba2b9e0..e1d40ed26390 100644 --- a/drivers/acpi/acpica/utcache.c +++ b/drivers/acpi/acpica/utcache.c | |||
@@ -183,7 +183,7 @@ acpi_status acpi_os_delete_cache(struct acpi_memory_list * cache) | |||
183 | * | 183 | * |
184 | * RETURN: None | 184 | * RETURN: None |
185 | * | 185 | * |
186 | * DESCRIPTION: Release an object to the specified cache. If cache is full, | 186 | * DESCRIPTION: Release an object to the specified cache. If cache is full, |
187 | * the object is deleted. | 187 | * the object is deleted. |
188 | * | 188 | * |
189 | ******************************************************************************/ | 189 | ******************************************************************************/ |
@@ -240,9 +240,9 @@ acpi_os_release_object(struct acpi_memory_list * cache, void *object) | |||
240 | * | 240 | * |
241 | * PARAMETERS: cache - Handle to cache object | 241 | * PARAMETERS: cache - Handle to cache object |
242 | * | 242 | * |
243 | * RETURN: the acquired object. NULL on error | 243 | * RETURN: the acquired object. NULL on error |
244 | * | 244 | * |
245 | * DESCRIPTION: Get an object from the specified cache. If cache is empty, | 245 | * DESCRIPTION: Get an object from the specified cache. If cache is empty, |
246 | * the object is allocated. | 246 | * the object is allocated. |
247 | * | 247 | * |
248 | ******************************************************************************/ | 248 | ******************************************************************************/ |