diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-06-29 20:43:58 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-07-19 13:57:34 -0700 |
commit | 627c88b68f0b7a1c4c1f12c8c4628e684f2185e2 (patch) | |
tree | 312ce3c2aad8655d3c2fb8b6c84b79b1362e8cf5 /arch/arc/mm | |
parent | 1ce0b5857f661eb7838950db8748ab6514cafa36 (diff) | |
download | op-kernel-dev-627c88b68f0b7a1c4c1f12c8c4628e684f2185e2.zip op-kernel-dev-627c88b68f0b7a1c4c1f12c8c4628e684f2185e2.tar.gz |
ARC: typo fix in mm/ioremap.c
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/mm')
-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 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) */ |