Skip to content

Commit 627c88b

Browse files
abrodkinvineetgarc
authored andcommitted
ARC: typo fix in mm/ioremap.c
Signed-off-by: Alexey Brodkin <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 1ce0b58 commit 627c88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arc/mm/ioremap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(ioremap);
4949
/*
5050
* ioremap with access flags
5151
* Cache semantics wise it is same as ioremap - "forced" uncached.
52-
* However unline vanilla ioremap which bypasses ARC MMU for addresses in
52+
* However unlike vanilla ioremap which bypasses ARC MMU for addresses in
5353
* ARC hardware uncached region, this one still goes thru the MMU as caller
5454
* might need finer access control (R/W/X)
5555
*/

0 commit comments

Comments
 (0)