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>
This commit is contained in:
parent
2f9b8aa36b
commit
72c6efb0d3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue