media: pvrusb2: fix spelling mistake "statuss" -> "status"
authorColin Ian King <colin.king@canonical.com>
Thu, 29 Nov 2018 10:19:45 +0000 (05:19 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 7 Dec 2018 13:19:19 +0000 (08:19 -0500)
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>
drivers/media/usb/pvrusb2/pvrusb2-hdw.c

index 7702285..446a999 100644 (file)
@@ -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;
 }