From: Laurent Pinchart Date: Sat, 8 Feb 2014 16:31:58 +0000 (-0300) Subject: upstream: [media] mt9p031: Fix typo in comment X-Git-Tag: submit/tizen/20141121.110247~1451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d6dfd21317c38ce9fe9b858fada2ca1848011f9;p=platform%2Fkernel%2Flinux-3.10.git upstream: [media] mt9p031: Fix typo in comment Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c index 1c2303d..3473ef9 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);