diff mbox

Documentation/power/regulators/ ... cleanup ranges

Message ID 20141207160851.GA18371@amd (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Pavel Machek Dec. 7, 2014, 4:08 p.m. UTC
overview.txt uses '->' to indicate ranges, which is a bit
non-traditional. I changed it to '..' to make it clear.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
diff mbox

Patch

diff --git a/Documentation/power/regulator/overview.txt b/Documentation/power/regulator/overview.txt
index 40ca2d6..4dd5dbb 100644
--- a/Documentation/power/regulator/overview.txt
+++ b/Documentation/power/regulator/overview.txt
@@ -90,7 +90,7 @@  Some terms used in this document:-
                    operating parameters and is specified in the regulator
                    datasheet. i.e.
 
-                     - voltage output is in the range 800mV -> 3500mV.
+                     - voltage output is in the range 800mV .. 3500mV.
                      - regulator current output limit is 20mA @ 5V but is
                        10mA @ 10V.
 
@@ -99,8 +99,8 @@  Some terms used in this document:-
                    power domain to a particular power range. i.e.
 
                      - Domain-1 voltage is 3300mV
-                     - Domain-2 voltage is 1400mV -> 1600mV
-                     - Domain-3 current limit is 0mA -> 20mA.
+                     - Domain-2 voltage is 1400mV .. 1600mV
+                     - Domain-3 current limit is 0mA .. 20mA.
 
                    Consumer Level: This is defined by consumer drivers
                    dynamically setting voltage or current limit levels.