diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-06-29 13:43:58 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-07-19 16:57:34 -0400 |
commit | 627c88b68f0b7a1c4c1f12c8c4628e684f2185e2 (patch) | |
tree | 312ce3c2aad8655d3c2fb8b6c84b79b1362e8cf5 | |
parent | 1ce0b5857f661eb7838950db8748ab6514cafa36 (diff) |
ARC: typo fix in mm/ioremap.c
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/mm/ioremap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/ioremap.c b/arch/arc/mm/ioremap.c index 49b8abd1115c..f52b7db67fd3 100644 --- a/arch/arc/mm/ioremap.c +++ b/arch/arc/mm/ioremap.c | |||
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(ioremap); | |||
49 | /* | 49 | /* |
50 | * ioremap with access flags | 50 | * ioremap with access flags |
51 | * Cache semantics wise it is same as ioremap - "forced" uncached. | 51 | * 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 |
53 | * ARC hardware uncached region, this one still goes thru the MMU as caller | 53 | * ARC hardware uncached region, this one still goes thru the MMU as caller |
54 | * might need finer access control (R/W/X) | 54 | * might need finer access control (R/W/X) |
55 | */ | 55 | */ |