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


Groups > linux.kernel > #1646597 > unrolled thread

[PATCH] [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected"

Started byColin King <colin.king@canonical.com>
First post2017-05-22 10:20 +0200
Last post2017-05-22 10:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected" Colin King <colin.king@canonical.com> - 2017-05-22 10:20 +0200

#1646597 — [PATCH] [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected"

FromColin King <colin.king@canonical.com>
Date2017-05-22 10:20 +0200
Subject[PATCH] [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected"
Message-ID<tJQJk-31p-15@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/usb/em28xx/em28xx-cards.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c
index a12b599a1fa2..146341aeb782 100644
--- a/drivers/media/usb/em28xx/em28xx-cards.c
+++ b/drivers/media/usb/em28xx/em28xx-cards.c
@@ -2855,7 +2855,7 @@ static int em28xx_hint_board(struct em28xx *dev)
 				"Your board has no unique USB ID.\n"
 				"A hint were successfully done, based on eeprom hash.\n"
 				"This method is not 100%% failproof.\n"
-				"If the board were missdetected, please email this log to:\n"
+				"If the board were misdetected, please email this log to:\n"
 				"\tV4L Mailing List  <linux-media@vger.kernel.org>\n"
 				"Board detected as %s\n",
 			       em28xx_boards[dev->model].name);
@@ -2885,7 +2885,7 @@ static int em28xx_hint_board(struct em28xx *dev)
 				"Your board has no unique USB ID.\n"
 				"A hint were successfully done, based on i2c devicelist hash.\n"
 				"This method is not 100%% failproof.\n"
-				"If the board were missdetected, please email this log to:\n"
+				"If the board were misdetected, please email this log to:\n"
 				"\tV4L Mailing List  <linux-media@vger.kernel.org>\n"
 				"Board detected as %s\n",
 				em28xx_boards[dev->model].name);
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web