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>
This commit is contained in:
parent
75fa6e4f83
commit
87c9f19714
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue