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/hwtimer.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/hwtimer.c')
-rw-r--r-- | drivers/acpi/acpica/hwtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/hwtimer.c b/drivers/acpi/acpica/hwtimer.c index 19f6cce95f16..bfdce22f3798 100644 --- a/drivers/acpi/acpica/hwtimer.c +++ b/drivers/acpi/acpica/hwtimer.c | |||
@@ -127,7 +127,7 @@ ACPI_EXPORT_SYMBOL(acpi_get_timer) | |||
127 | * a versatile and accurate timer. | 127 | * a versatile and accurate timer. |
128 | * | 128 | * |
129 | * Note that this function accommodates only a single timer | 129 | * Note that this function accommodates only a single timer |
130 | * rollover. Thus for 24-bit timers, this function should only | 130 | * rollover. Thus for 24-bit timers, this function should only |
131 | * be used for calculating durations less than ~4.6 seconds | 131 | * be used for calculating durations less than ~4.6 seconds |
132 | * (~20 minutes for 32-bit timers) -- calculations below: | 132 | * (~20 minutes for 32-bit timers) -- calculations below: |
133 | * | 133 | * |