Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 627c88b6 authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Vineet Gupta
Browse files

ARC: typo fix in mm/ioremap.c

parent 1ce0b585
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(ioremap);
/*
/*
 * ioremap with access flags
 * ioremap with access flags
 * Cache semantics wise it is same as ioremap - "forced" uncached.
 * 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
 * ARC hardware uncached region, this one still goes thru the MMU as caller
 * might need finer access control (R/W/X)
 * might need finer access control (R/W/X)
 */
 */