From patchwork Mon Apr 25 00:24:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Engestrom X-Patchwork-Id: 614250 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qtRqp4Vrrz9t41 for ; Mon, 25 Apr 2016 10:27:02 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1auUMf-00083z-52; Mon, 25 Apr 2016 00:27:01 +0000 Received: from mail-wm0-f67.google.com ([74.125.82.67]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1auUMd-0007vR-6q for linux-snps-arc@lists.infradead.org; Mon, 25 Apr 2016 00:26:59 +0000 Received: by mail-wm0-f67.google.com with SMTP id e201so18181533wme.2 for ; Sun, 24 Apr 2016 17:26:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=UdVRgsfFFtKbPUYCCvaW9yZcfP0t4hvk/mZ8ncC8hZk=; b=QeYJl7uFd9QF3cydabgK7Wnsyfqr3xctxhz2wMbqR9V8+296GAuuKTHAmYalxmRIdB hNj5eVjZkJ/kwdbZMGlBi767qLZE54zJ1wTCDVQMqkW+1mksDxZdsDHfgbqSBKpVhAJJ w8EuQHI8gHrjGEXk9zGWs9SIab+Fi/lyFdJaSWbojpP75nLNvZgWUFpyk1J1lSyhlvYO zz8ubPEas9AywQJFAM6kWgSC3k7yE00RsKJW79rJi/2d4SakHaP9M1bYupjW5mD+kQdL cTkvnxzGOlqV31a4fkxSiJk5Nhj1TKWj4Z/WiOfHEIKI0P5uJeSCTAsyGV/tR6REz+7a nVLg== X-Gm-Message-State: AOPr4FWUKMuz/oqg6e+cSA4odr7MZc61xLCN13ACHeMc8AU2rLKSRc6ENl+Uu/A/Sa/17w== X-Received: by 10.194.166.3 with SMTP id zc3mr2769015wjb.104.1461543997709; Sun, 24 Apr 2016 17:26:37 -0700 (PDT) Received: from Eric-XPS.localdomain (0545748a.skybroadband.com. [5.69.116.138]) by smtp.gmail.com with ESMTPSA id by7sm20778457wjc.18.2016.04.24.17.26.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 24 Apr 2016 17:26:36 -0700 (PDT) From: Eric Engestrom To: linux-kernel@vger.kernel.org Subject: [PATCH 07/41] Documentation: dt: arc: fix spelling mistakes Date: Mon, 25 Apr 2016 01:24:04 +0100 Message-Id: <1461543878-3639-8-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1461543878-3639-1-git-send-email-eric@engestrom.ch> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160424_172659_399579_693496BE X-CRM114-Status: GOOD ( 10.68 ) X-Spam-Score: -2.4 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.67 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (eric.engestrom[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [74.125.82.67 listed in wl.mailspike.net] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , Vineet Gupta , Eric Engestrom , Rob Herring , Kumar Gala , linux-snps-arc@lists.infradead.org MIME-Version: 1.0 Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Eric Engestrom --- Documentation/devicetree/bindings/arc/archs-pct.txt | 2 +- Documentation/devicetree/bindings/arc/pct.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arc/archs-pct.txt b/Documentation/devicetree/bindings/arc/archs-pct.txt index 1ae98b87..e4b9dce 100644 --- a/Documentation/devicetree/bindings/arc/archs-pct.txt +++ b/Documentation/devicetree/bindings/arc/archs-pct.txt @@ -2,7 +2,7 @@ The ARC HS can be configured with a pipeline performance monitor for counting CPU and cache events like cache misses and hits. Like conventional PCT there -are 100+ hardware conditions dynamically mapped to upto 32 counters. +are 100+ hardware conditions dynamically mapped to up to 32 counters. It also supports overflow interrupts. Required properties: diff --git a/Documentation/devicetree/bindings/arc/pct.txt b/Documentation/devicetree/bindings/arc/pct.txt index 7b95884..4e874d9 100644 --- a/Documentation/devicetree/bindings/arc/pct.txt +++ b/Documentation/devicetree/bindings/arc/pct.txt @@ -2,7 +2,7 @@ The ARC700 can be configured with a pipeline performance monitor for counting CPU and cache events like cache misses and hits. Like conventional PCT there -are 100+ hardware conditions dynamically mapped to upto 32 counters +are 100+ hardware conditions dynamically mapped to up to 32 counters Note that: * The ARC 700 PCT does not support interrupts; although HW events may be