mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 10:56:06 -04:00
media: dvb-usb-v2: fix spelling mistake: "completition" -> "completion"
Trivial fix to spelling mistake in dev_dbg and dev_err messages Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
16200248f4
commit
3c8496e5d0
@@ -40,7 +40,7 @@ static void usb_urb_complete(struct urb *urb)
|
||||
return;
|
||||
default: /* error */
|
||||
dev_dbg_ratelimited(&stream->udev->dev,
|
||||
"%s: urb completition failed=%d\n",
|
||||
"%s: urb completion failed=%d\n",
|
||||
__func__, urb->status);
|
||||
break;
|
||||
}
|
||||
@@ -69,7 +69,7 @@ static void usb_urb_complete(struct urb *urb)
|
||||
break;
|
||||
default:
|
||||
dev_err(&stream->udev->dev,
|
||||
"%s: unknown endpoint type in completition handler\n",
|
||||
"%s: unknown endpoint type in completion handler\n",
|
||||
KBUILD_MODNAME);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user