Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752007AbaBFFZq (ORCPT ); Thu, 6 Feb 2014 00:25:46 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:52032 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751319AbaBFFZp (ORCPT ); Thu, 6 Feb 2014 00:25:45 -0500 From: Prabhakar Lad To: DLOS , Sekhar Nori Cc: LKML , LAK , "Lad, Prabhakar" 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/