From: Colin Ian King Date: Mon, 22 May 2017 08:13:25 +0000 (-0300) Subject: [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected" X-Git-Tag: v5.15~10718^2~357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1656df35d689ac6a93d7503725d9e62ce50c7f38;p=platform%2Fkernel%2Flinux-starfive.git [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected" Trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index a12b599..146341a 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 \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 \n" "Board detected as %s\n", em28xx_boards[dev->model].name);