From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Date: Sat, 8 Feb 2014 16:31:58 +0000 (-0300)
Subject: [media] mt9p031: Fix typo in comment
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e8e45593c920a05b1f4b9d94738a84039b9b4f22;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[media] mt9p031: Fix typo in comment

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
---

diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c
index e5ddf47030fd..a27166277dee 100644
--- a/drivers/media/i2c/mt9p031.c
+++ b/drivers/media/i2c/mt9p031.c
@@ -285,7 +285,7 @@ static int mt9p031_power_on(struct mt9p031 *mt9p031)
 	if (ret < 0)
 		return ret;
 
-	/* Emable clock */
+	/* Enable clock */
 	if (mt9p031->clk)
 		clk_prepare_enable(mt9p031->clk);