Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753452AbcDYDA5 (ORCPT ); Sun, 24 Apr 2016 23:00:57 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:49880 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbcDYDA4 (ORCPT ); Sun, 24 Apr 2016 23:00:56 -0400 Subject: Re: [PATCH 09/41] Documentation: dt: clock: fix spelling mistakes To: Eric Engestrom , linux-kernel@vger.kernel.org References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> <1461543878-3639-10-git-send-email-eric@engestrom.ch> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Heiko Stuebner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org From: Randy Dunlap Message-ID: <571D8863.3030202@infradead.org> Date: Sun, 24 Apr 2016 20:00:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1461543878-3639-10-git-send-email-eric@engestrom.ch> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2666 Lines: 55 On 04/24/16 17:24, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.txt | 2 +- > Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt | 2 +- > Documentation/devicetree/bindings/clock/st/st,clkgen.txt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.txt > index 0c2bf5e..7f36853 100644 > --- a/Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.txt > +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3188-cru.txt > @@ -16,7 +16,7 @@ Required Properties: > Optional Properties: > > - rockchip,grf: phandle to the syscon managing the "general register files" > - If missing pll rates are not changable, due to the missing pll lock status. > + If missing pll rates are not changeable, due to the missing pll lock status. > > Each clock is assigned an identifier and client nodes can use this identifier > to specify the clock which they consume. All available clocks are defined as > diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > index c9fbb76..8cb47c3 100644 > --- a/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > @@ -15,7 +15,7 @@ Required Properties: > Optional Properties: > > - rockchip,grf: phandle to the syscon managing the "general register files" > - If missing pll rates are not changable, due to the missing pll lock status. > + If missing pll rates are not changeable, due to the missing pll lock status. > > Each clock is assigned an identifier and client nodes can use this identifier > to specify the clock which they consume. All available clocks are defined as > diff --git a/Documentation/devicetree/bindings/clock/st/st,clkgen.txt b/Documentation/devicetree/bindings/clock/st/st,clkgen.txt > index 78978f1..426bdda 100644 > --- a/Documentation/devicetree/bindings/clock/st/st,clkgen.txt > +++ b/Documentation/devicetree/bindings/clock/st/st,clkgen.txt > @@ -40,7 +40,7 @@ address is common of all subnode. > }; > > This binding uses the common clock binding[1]. > -Each subnode should use the binding discribe in [2]..[7] > +Each subnode should use the binding describe in [2]..[7] described ? > > [1] Documentation/devicetree/bindings/clock/clock-bindings.txt > [2] Documentation/devicetree/bindings/clock/st,clkgen-divmux.txt > -- ~Randy