diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-29 05:19:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-12-07 08:19:19 -0500 |
commit | 87c9f19714921df17d13c24e5d20ab04942f1a91 (patch) | |
tree | 3c6d27167f5c52e6ad381b77e5026f4be06bc0f2 /drivers/media/usb | |
parent | 75fa6e4f83a0923fe753827d354998d448b4fd6a (diff) | |
download | linux-87c9f19714921df17d13c24e5d20ab04942f1a91.tar.gz linux-87c9f19714921df17d13c24e5d20ab04942f1a91.tar.bz2 linux-87c9f19714921df17d13c24e5d20ab04942f1a91.zip |
media: pvrusb2: fix spelling mistake "statuss" -> "status"
There is a spelling mistake in a pvr2_trace trace message, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c index 7702285c1519..446a999dd2ce 100644 --- a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c @@ -1698,7 +1698,7 @@ static int pvr2_hdw_untrip_unlocked(struct pvr2_hdw *hdw) if (!hdw->flag_tripped) return 0; hdw->flag_tripped = 0; pvr2_trace(PVR2_TRACE_ERROR_LEGS, - "Clearing driver error statuss"); + "Clearing driver error status"); return !0; } |