]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARC: typo fix in mm/ioremap.c
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Wed, 29 Jun 2016 17:43:58 +0000 (20:43 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 19 Jul 2016 20:57:34 +0000 (13:57 -0700)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/mm/ioremap.c

index 49b8abd1115c284251557bb745a612bed66c0e1b..f52b7db67fd3485615a6b5420bd79b691b1e80dd 100644 (file)
@@ -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)
  */