media: media/i2c/saa717x: fix spelling mistake: "implementd" -> "implemented"
authorColin Ian King <colin.king@canonical.com>
Mon, 3 Jul 2017 09:26:39 +0000 (05:26 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 19 Jul 2017 19:00:57 +0000 (15:00 -0400)
Trivial fix to spelling mistake in v4l2_dbg debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/saa717x.c

index e1f6bc219c6460ed0d905db277590c95679fede6..102467e00fb3f461401f068c3224dbf4bc339fdf 100644 (file)
@@ -1069,7 +1069,7 @@ static int saa717x_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
        struct saa717x_state *decoder = to_state(sd);
 
        v4l2_dbg(1, debug, sd, "decoder set norm ");
-       v4l2_dbg(1, debug, sd, "(not yet implementd)\n");
+       v4l2_dbg(1, debug, sd, "(not yet implemented)\n");
 
        decoder->radio = 0;
        decoder->std = std;