]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] em28xx: fix spelling mistake: "missdetected" -> "misdetected"
authorColin Ian King <colin.king@canonical.com>
Mon, 22 May 2017 08:13:25 +0000 (05:13 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 11:13:41 +0000 (08:13 -0300)
Trivial fix to spelling mistake in dev_err 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>
drivers/media/usb/em28xx/em28xx-cards.c

index a12b599a1fa2fba4cdc2aa2800c527bfa9a23d26..146341aeb7823458a8e019342a2d67f5796030b3 100644 (file)
@@ -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);