From patchwork Thu Feb 7 11:44:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14666 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id BD9E923F94 for ; Thu, 7 Feb 2013 11:54:34 +0000 (UTC) Received: from mail-ve0-f173.google.com (mail-ve0-f173.google.com [209.85.128.173]) by fiordland.canonical.com (Postfix) with ESMTP id 750F1A18A80 for ; Thu, 7 Feb 2013 11:54:34 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oz10so2198999veb.4 for ; Thu, 07 Feb 2013 03:54:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=cRNqHtfVuSmajwlcpFOQ6T9m9/5cnYwmdAekXK0XzU8=; b=H3zTvud054d0vkvFbOf/UXEEtaMyYzMEAgPAyQHFGR8olLTw+SjqAg712iZdvphfRv hYgzurv7sbkYmy5DVA36X4AOSoUH3Au4M2L+mP2Rlp1LmhZsnYQVhPXAToKhtmrZjFrk ur86hRX91xNnxyOHXZy1kw0VdLDdD7fl3DPn3W9FIq2QglDqc0LhSGMPDBhENvnNVbbI coHlufyCDT/qgfEimWO/cq2iBwh9rH/fKJc3WtHkVVBHLNOhTxb+vHTd71p0CD59jeS1 eB6mr+89E3iieRziqzTm+HEkOWvraNBn4eUgfxAN6w7aQ/Qli6YPjxg8Uo3vjsoqaIaU DsEQ== X-Received: by 10.220.219.204 with SMTP id hv12mr1064503vcb.71.1360238073978; Thu, 07 Feb 2013 03:54:33 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.252.8 with SMTP id zo8csp84913vec; Thu, 7 Feb 2013 03:54:33 -0800 (PST) X-Received: by 10.66.74.197 with SMTP id w5mr5040960pav.60.1360238073210; Thu, 07 Feb 2013 03:54:33 -0800 (PST) Received: from mail-da0-f41.google.com (mail-da0-f41.google.com [209.85.210.41]) by mx.google.com with ESMTPS id a5si32344640pax.95.2013.02.07.03.54.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 03:54:33 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.41 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.41; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.41 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f41.google.com with SMTP id e20so1164155dak.14 for ; Thu, 07 Feb 2013 03:54:32 -0800 (PST) X-Received: by 10.66.85.103 with SMTP id g7mr5117128paz.45.1360238072557; Thu, 07 Feb 2013 03:54:32 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id bi2sm45430990pab.18.2013.02.07.03.54.29 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 03:54:31 -0800 (PST) From: Sachin Kamat To: devicetree-discuss@lists.ozlabs.org Cc: cjb@laptop.org, sachin.kamat@linaro.org, patches@linaro.org, Thomas Abraham , Grant Likely Subject: [PATCH 1/1] documentation/devicetree: Fix a typo in exynos-dw-mshc.txt Date: Thu, 7 Feb 2013 17:14:35 +0530 Message-Id: <1360237475-25259-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlcvz1eJRM89d28gSI1Q4j6Luwics5h+goxCzyg7y/DzfhG41UUi4IfDyacEBuSr3a+Pjao Fixed a typo in referenced file name. Cc: Thomas Abraham Cc: Grant Likely Signed-off-by: Sachin Kamat --- .../devicetree/bindings/mmc/exynos-dw-mshc.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt index 898b222..6d1c098 100644 --- a/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt +++ b/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt @@ -4,7 +4,7 @@ The Synopsis designware mobile storage host controller is used to interface a SoC with storage medium such as eMMC or SD/MMC cards. This file documents differences between the core Synopsis dw mshc controller properties described -by synposis-dw-mshc.txt and the properties used by the Samsung Exynos specific +by synopsis-dw-mshc.txt and the properties used by the Samsung Exynos specific extensions to the Synopsis Designware Mobile Storage Host Controller. Required Properties: