Hi Colin, Thanks for your patch but I think this conflicts with my previous patch which already changes this typo: https://git.linuxtv.org/hverkuil/media_tree.git/commit/?h=for-v5.2b&id=f49b3974642991ffe3f728c531b8881419df63a0 patchwork: https://patchwork.linuxtv.org/patch/55318/ Not yet merged into media_tree but on it's way I believe... Eugen On 17.04.2019 19:34, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a spelling mistake in a v4l2_warn warning message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > --- > drivers/media/platform/atmel/atmel-isc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/atmel/atmel-isc.c b/drivers/media/platform/atmel/atmel-isc.c > index 9a399aa7ca92..e3cfce05d6b6 100644 > --- a/drivers/media/platform/atmel/atmel-isc.c > +++ b/drivers/media/platform/atmel/atmel-isc.c > @@ -1011,7 +1011,7 @@ static int isc_update_profile(struct isc_device *isc) > } > > if (counter < 0) { > - v4l2_warn(&isc->v4l2_dev, "Time out to update profie\n"); > + v4l2_warn(&isc->v4l2_dev, "Time out to update profile\n"); > return -ETIMEDOUT; > } > >