From patchwork Thu Feb 6 05:25:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 3592911 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B7CEB9F2F5 for ; Thu, 6 Feb 2014 05:26:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F3C5520127 for ; Thu, 6 Feb 2014 05:26:16 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0271F20103 for ; Thu, 6 Feb 2014 05:26:16 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WBHTX-0001Jx-KR; Thu, 06 Feb 2014 05:26:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WBHTV-0002l8-7z; Thu, 06 Feb 2014 05:26:09 +0000 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WBHTS-0002kU-BT for linux-arm-kernel@lists.infradead.org; Thu, 06 Feb 2014 05:26:06 +0000 Received: by mail-pd0-f172.google.com with SMTP id p10so1262501pdj.3 for ; Wed, 05 Feb 2014 21:25:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=XPt6U7HVI0B+jk0Pwa+sCtoT+ap2s0C3SXkFkFBpE2s=; b=rMLPlD5dI/onKmh1jeM7M/HHMl69mkMOZR65FLjx/gJUNMXY5wDrCMjIOhHp2SVNWh FpdtwH7pyWz8Y5NIsF+6nyXNTZef8Inl/tTOn95dvCqVK2DiNkvU+uKI2+S7toxxwRi0 IDbSHX9BRkzyRQ6IlCgBkLfoFrTs3C8wbkfythPpQb1tNZZgiwben/85fSLQwfJ4NiC2 OT02dkJmVRALVlUzN78Dz7LZ9rSVpIuaOtna7Hul2l1q3YE85ZROYghudVb3iXU85R8Y GXg93nPdyxv1hnmdhzbLneQYi2ttkaJB4cv24XnF0b79E46MyXihzBOFVziYZ2f6opKx /oPg== X-Received: by 10.68.76.68 with SMTP id i4mr9061702pbw.73.1391664344267; Wed, 05 Feb 2014 21:25:44 -0800 (PST) Received: from localhost.localdomain ([49.200.73.4]) by mx.google.com with ESMTPSA id x5sm82646931pbw.26.2014.02.05.21.25.40 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Feb 2014 21:25:43 -0800 (PST) From: Prabhakar Lad To: DLOS , Sekhar Nori Subject: [PATCH] ARM: davinci: fix typo Date: Thu, 6 Feb 2014 10:55:35 +0530 Message-Id: <1391664335-4752-1-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140206_002606_466498_723B6811 X-CRM114-Status: GOOD ( 10.94 ) X-Spam-Score: -2.0 (--) Cc: "Lad, Prabhakar" , LKML , LAK X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Lad, Prabhakar" this patch fixes a typo in mach/hardware.h, by replacing "ths" to "this". Signed-off-by: Lad, Prabhakar --- arch/arm/mach-davinci/include/mach/hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-davinci/include/mach/hardware.h b/arch/arm/mach-davinci/include/mach/hardware.h index 16bb422..8a5d843 100644 --- a/arch/arm/mach-davinci/include/mach/hardware.h +++ b/arch/arm/mach-davinci/include/mach/hardware.h @@ -12,7 +12,7 @@ #define __ASM_ARCH_HARDWARE_H /* - * Before you add anything to ths file: + * Before you add anything to this file: * * This header is for defines common to ALL DaVinci family chips. * Anything that is chip specific should go in .h,