From patchwork Mon Oct 3 08:45:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 677660 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3snbH82FNlz9ryv for ; Mon, 3 Oct 2016 19:45:56 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752248AbcJCIpg (ORCPT ); Mon, 3 Oct 2016 04:45:36 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:49534 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751469AbcJCIpf (ORCPT ); Mon, 3 Oct 2016 04:45:35 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 3E978823D7; Mon, 3 Oct 2016 10:45:33 +0200 (CEST) Date: Mon, 3 Oct 2016 10:45:31 +0200 From: Pavel Machek To: linus.walleij@linaro.org, gnurou@gmail.com, corbet@lwn.net, linux-gpio@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] regulator/overview.txt: Use ".." for ranges, instead of "->" Message-ID: <20161003084531.GA2811@amd> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Using "->" to indicate range is not too common, switch to ".." Signed-off-by: Pavel Machek --- 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.