Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c8496e5 authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

media: dvb-usb-v2: fix spelling mistake: "completition" -> "completion"



Trivial fix to spelling mistake in dev_dbg and dev_err messages

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 16200248
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
	}