Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1679820 > unrolled thread

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

Started byColin King <colin.king@canonical.com>
First post2017-07-03 11:30 +0200
Last post2017-07-03 11:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] [media] media/i2c/saa717x: fix spelling mistake: "implementd" -> "implemented" Colin King <colin.king@canonical.com> - 2017-07-03 11:30 +0200

#1679820 — [PATCH] [media] media/i2c/saa717x: fix spelling mistake: "implementd" -> "implemented"

FromColin King <colin.king@canonical.com>
Date2017-07-03 11:30 +0200
Subject[PATCH] [media] media/i2c/saa717x: fix spelling mistake: "implementd" -> "implemented"
Message-ID<tZ5Q7-7za-29@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in v4l2_dbg debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/i2c/saa717x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/saa717x.c b/drivers/media/i2c/saa717x.c
index e1f6bc219c64..102467e00fb3 100644
--- a/drivers/media/i2c/saa717x.c
+++ b/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);
 
 	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;
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web