Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1494746
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] regulator/overview.txt: Use ".." for ranges, instead of "->" |
| Date | 2016-10-03 10:50 +0200 |
| Message-ID | <so76F-2sv-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Using "->" to indicate range is not too common, switch to ".."
Signed-off-by: Pavel Machek <pavel@ucw.cz>
--- 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.
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] regulator/overview.txt: Use ".." for ranges, instead of "->" Pavel Machek <pavel@ucw.cz> - 2016-10-03 10:50 +0200 Re: [PATCH] regulator/overview.txt: Use ".." for ranges, instead of "->" Linus Walleij <linus.walleij@linaro.org> - 2016-10-10 10:50 +0200
csiph-web