projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c568a
)
ARM: OMAP1: Fix typo in lcd_dma.c
author
Masanari Iida
<standby24x7@gmail.com>
Tue, 6 Mar 2012 00:11:04 +0000
(16:11 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 6 Mar 2012 00:11:04 +0000
(16:11 -0800)
Correct spelling "resulotion" to "resolution" in
arch/arm/mach-omap1/lcd_dma.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/lcd_dma.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap1/lcd_dma.c
b/arch/arm/mach-omap1/lcd_dma.c
index 453809359ba6620e2d96df0e2c7b1dc4ec8c811c..4c5ce7d829c2414d508825e9d1a816713e301420 100644
(file)
--- a/
arch/arm/mach-omap1/lcd_dma.c
+++ b/
arch/arm/mach-omap1/lcd_dma.c
@@
-117,7
+117,7
@@
EXPORT_SYMBOL(omap_set_lcd_dma_b1_mirror);
void omap_set_lcd_dma_b1_vxres(unsigned long vxres)
{
if (cpu_is_omap15xx()) {
- printk(KERN_ERR "DMA virtual res
ulo
tion is not supported "
+ printk(KERN_ERR "DMA virtual res
olu
tion is not supported "
"in 1510 mode\n");
BUG();
}