Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932719AbcDYNuJ (ORCPT ); Mon, 25 Apr 2016 09:50:09 -0400 Received: from mail.kernel.org ([198.145.29.136]:57251 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932231AbcDYNuF (ORCPT ); Mon, 25 Apr 2016 09:50:05 -0400 Date: Mon, 25 Apr 2016 08:50:00 -0500 From: Rob Herring To: Eric Engestrom Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Jason Cooper , Marc Zyngier , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org Subject: Re: [PATCH 13/41] Documentation: dt: interrupt-controller: fix spelling mistakes Message-ID: <20160425135000.GA8491@rob-hp-laptop> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> <1461543878-3639-14-git-send-email-eric@engestrom.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461543878-3639-14-git-send-email-eric@engestrom.ch> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1331 Lines: 36 On Mon, Apr 25, 2016 at 01:24:10AM +0100, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom Applied, thanks. Rob > --- > .../devicetree/bindings/interrupt-controller/ti,omap4-wugen-mpu | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,omap4-wugen-mpu b/Documentation/devicetree/bindings/interrupt-controller/ti,omap4-wugen-mpu > index 43effa0..18d4f40 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/ti,omap4-wugen-mpu > +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,omap4-wugen-mpu > @@ -4,7 +4,7 @@ All TI OMAP4/5 (and their derivatives) an interrupt controller that > routes interrupts to the GIC, and also serves as a wakeup source. It > is also referred to as "WUGEN-MPU", hence the name of the binding. > > -Reguired properties: > +Required properties: > > - compatible : should contain at least "ti,omap4-wugen-mpu" or > "ti,omap5-wugen-mpu" > @@ -20,7 +20,7 @@ Notes: > - Because this HW ultimately routes interrupts to the GIC, the > interrupt specifier must be that of the GIC. > - Only SPIs can use the WUGEN as an interrupt parent. SGIs and PPIs > - are explicitly forbiden. > + are explicitly forbidden. > > Example: > > -- > 2.8.0 >