Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932982AbcDYNvt (ORCPT ); Mon, 25 Apr 2016 09:51:49 -0400 Received: from mail.kernel.org ([198.145.29.136]:57773 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932143AbcDYNvr (ORCPT ); Mon, 25 Apr 2016 09:51:47 -0400 Date: Mon, 25 Apr 2016 08:51:39 -0500 From: Rob Herring To: Eric Engestrom Cc: linux-kernel@vger.kernel.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Arnd Bergmann , Murali Karicheri , Santosh Shilimkar , devicetree@vger.kernel.org Subject: Re: [PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Message-ID: <20160425135139.GA9501@rob-hp-laptop> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> <1461543878-3639-23-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-23-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: 2194 Lines: 45 On Mon, Apr 25, 2016 at 01:24:19AM +0100, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom Applied, thanks. Rob > --- > .../devicetree/bindings/soc/ti/keystone-navigator-qmss.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt b/Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt > index d1ce21a..64c66a5 100644 > --- a/Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt > +++ b/Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt > @@ -42,7 +42,7 @@ Required properties: > - queue-pools : child node classifying the queue ranges into pools. > Queue ranges are grouped into 3 type of pools: > - qpend : pool of qpend(interruptible) queues > - - general-purpose : pool of general queues, primarly used > + - general-purpose : pool of general queues, primarily used > as free descriptor queues or the > transmit DMA queues. > - accumulator : pool of queues on PDSP accumulator channel > @@ -50,7 +50,7 @@ Required properties: > -- qrange : number of queues to use per queue range, specified as > <"base queue #" "# of queues">. > -- interrupts : Optional property to specify the interrupt mapping > - for interruptible queues. The driver additionaly sets > + for interruptible queues. The driver additionally sets > the interrupt affinity hint based on the cpu mask. > -- qalloc-by-id : Optional property to specify that the queues in this > range can only be allocated by queue id. > @@ -80,7 +80,7 @@ Required properties: > latency : time to delay the interrupt, specified > in microseconds. > -- multi-queue : Optional property to specify that the channel has to > - monitor upto 32 queues starting at the base queue #. > + monitor up to 32 queues starting at the base queue #. > - descriptor-regions : child node describing the memory regions for keystone > navigator packet DMA descriptors. The memory for > descriptors will be allocated by the driver. > -- > 2.8.0 >