diff mbox

regulator/overview.txt: Use ".." for ranges, instead of "->"

Message ID 20161003084531.GA2811@amd
State New
Headers show

Commit Message

Pavel Machek Oct. 3, 2016, 8:45 a.m. UTC
Using "->" to indicate range is not too common, switch to ".."

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

Comments

Linus Walleij Oct. 10, 2016, 8:44 a.m. UTC | #1
On Mon, Oct 3, 2016 at 10:45 AM, Pavel Machek <pavel@ucw.cz> wrote:

> Using "->" to indicate range is not too common, switch to ".."
>
> Signed-off-by: Pavel Machek <pavel@ucw.cz>

You sent this patch to me... resend it to the regulator maintainer.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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.