Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1433926 > unrolled thread

[PATCH] ARC: typo fix in mm/ioremap.c

Started byAlexey Brodkin <Alexey.Brodkin@synopsys.com>
First post2016-06-29 19:50 +0200
Last post2016-06-29 19:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARC: typo fix in mm/ioremap.c Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2016-06-29 19:50 +0200

#1433926 — [PATCH] ARC: typo fix in mm/ioremap.c

FromAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Date2016-06-29 19:50 +0200
Subject[PATCH] ARC: typo fix in mm/ioremap.c
Message-ID<rPrMB-79x-1@gated-at.bofh.it>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
 arch/arc/mm/ioremap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arc/mm/ioremap.c b/arch/arc/mm/ioremap.c
index 49b8abd..f52b7db6 100644
--- a/arch/arc/mm/ioremap.c
+++ b/arch/arc/mm/ioremap.c
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(ioremap);
 /*
  * ioremap with access flags
  * Cache semantics wise it is same as ioremap - "forced" uncached.
- * However unline vanilla ioremap which bypasses ARC MMU for addresses in
+ * However unlike vanilla ioremap which bypasses ARC MMU for addresses in
  * ARC hardware uncached region, this one still goes thru the MMU as caller
  * might need finer access control (R/W/X)
  */
-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web