Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1410555 > unrolled thread
| Started by | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| First post | 2016-05-31 21:20 +0200 |
| Last post | 2016-05-31 21:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] ARM: io: Fix Typo "Andrew F. Davis" <afd@ti.com> - 2016-05-31 21:20 +0200
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Date | 2016-05-31 21:20 +0200 |
| Subject | [PATCH] ARM: io: Fix Typo |
| Message-ID | <rEXmN-6HC-17@gated-at.bofh.it> |
Signed-off-by: Andrew F. Davis <afd@ti.com> --- 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
Back to top | Article view | linux.kernel
csiph-web