Commit 1656df35 authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab

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

Trivial fix to spelling mistake in dev_err message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e1082d28
...@@ -2855,7 +2855,7 @@ static int em28xx_hint_board(struct em28xx *dev) ...@@ -2855,7 +2855,7 @@ static int em28xx_hint_board(struct em28xx *dev)
"Your board has no unique USB ID.\n" "Your board has no unique USB ID.\n"
"A hint were successfully done, based on eeprom hash.\n" "A hint were successfully done, based on eeprom hash.\n"
"This method is not 100%% failproof.\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" "\tV4L Mailing List <linux-media@vger.kernel.org>\n"
"Board detected as %s\n", "Board detected as %s\n",
em28xx_boards[dev->model].name); em28xx_boards[dev->model].name);
...@@ -2885,7 +2885,7 @@ static int em28xx_hint_board(struct em28xx *dev) ...@@ -2885,7 +2885,7 @@ static int em28xx_hint_board(struct em28xx *dev)
"Your board has no unique USB ID.\n" "Your board has no unique USB ID.\n"
"A hint were successfully done, based on i2c devicelist hash.\n" "A hint were successfully done, based on i2c devicelist hash.\n"
"This method is not 100%% failproof.\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" "\tV4L Mailing List <linux-media@vger.kernel.org>\n"
"Board detected as %s\n", "Board detected as %s\n",
em28xx_boards[dev->model].name); em28xx_boards[dev->model].name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment