Browse Source

media: media/i2c/saa717x: fix spelling mistake: "implementd" -> "implemented"

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>
Colin Ian King 8 years ago
parent
commit
72c6efb0d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/i2c/saa717x.c

+ 1 - 1
drivers/media/i2c/saa717x.c

@@ -1069,7 +1069,7 @@ static int saa717x_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
 	struct saa717x_state *decoder = to_state(sd);
 	struct saa717x_state *decoder = to_state(sd);
 
 
 	v4l2_dbg(1, debug, sd, "decoder set norm ");
 	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->radio = 0;
 	decoder->std = std;
 	decoder->std = std;