summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorColin Ian King2018-11-29 11:19:45 +0100
committerMauro Carvalho Chehab2018-12-07 14:19:19 +0100
commit87c9f19714921df17d13c24e5d20ab04942f1a91 (patch)
tree3c6d27167f5c52e6ad381b77e5026f4be06bc0f2 /drivers/media/usb
parentmedia: coda: fix H.264 deblocking filter controls (diff)
downloadkernel-qcow2-linux-87c9f19714921df17d13c24e5d20ab04942f1a91.tar.gz
kernel-qcow2-linux-87c9f19714921df17d13c24e5d20ab04942f1a91.tar.xz
kernel-qcow2-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.c2
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;
}