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/utmath.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/utmath.c')
-rw-r--r-- | drivers/acpi/acpica/utmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utmath.c b/drivers/acpi/acpica/utmath.c index d88a8aaab2a6..49563674833a 100644 --- a/drivers/acpi/acpica/utmath.c +++ b/drivers/acpi/acpica/utmath.c | |||
@@ -81,7 +81,7 @@ typedef union uint64_overlay { | |||
81 | * RETURN: Status (Checks for divide-by-zero) | 81 | * RETURN: Status (Checks for divide-by-zero) |
82 | * | 82 | * |
83 | * DESCRIPTION: Perform a short (maximum 64 bits divided by 32 bits) | 83 | * DESCRIPTION: Perform a short (maximum 64 bits divided by 32 bits) |
84 | * divide and modulo. The result is a 64-bit quotient and a | 84 | * divide and modulo. The result is a 64-bit quotient and a |
85 | * 32-bit remainder. | 85 | * 32-bit remainder. |
86 | * | 86 | * |
87 | ******************************************************************************/ | 87 | ******************************************************************************/ |