[PATCH Resend] [trivial] video: Fix typo in epson frambuffer driver

From: Masanari Iida
Date: Sat Feb 18 2012 - 12:05:49 EST


Correct spelling "contant" to "contact" in
drivers/video/s1d13xxxfb.c

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>

---
drivers/video/s1d13xxxfb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c
index 28b1c6c..b6f6b7c 100644
--- a/drivers/video/s1d13xxxfb.c
+++ b/drivers/video/s1d13xxxfb.c
@@ -864,7 +864,7 @@ s1d13xxxfb_probe(struct platform_device *pdev)
printk(KERN_INFO PFX
"unknown chip production id %i, revision %i\n",
prod_id, revision);
- printk(KERN_INFO PFX "please contant maintainer\n");
+ printk(KERN_INFO PFX "please contact maintainer\n");
goto bail;
}

--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/