From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755693AbcEaTSY (ORCPT ); Tue, 31 May 2016 15:18:24 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:46963 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133AbcEaTSX (ORCPT ); Tue, 31 May 2016 15:18:23 -0400 From: "Andrew F. Davis" To: CC: , , "Andrew F . Davis" Subject: [PATCH] ARM: io: Fix Typo Date: Tue, 31 May 2016 14:18:19 -0500 Message-ID: <20160531191819.17642-1-afd@ti.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Andrew F. Davis --- arch/arm/include/asm/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 781ef5f..021692c 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/include/asm/io.h @@ -282,7 +282,7 @@ extern void _memset_io(volatile void __iomem *, int, size_t); * These perform PCI memory accesses via an ioremap region. They don't * take an address as such, but a cookie. * - * Again, this are defined to perform little endian accesses. See the + * Again, these are defined to perform little endian accesses. See the * IO port primitives for more information. */ #ifndef readl -- 2.8.3