This is an automatic generated email to let you know that the following patch were queued:
Subject: media: media si2168: Fix spelling mistake "previsously" -> "previously" Author: Colin Ian King <[email protected]> Date: Tue Nov 23 10:06:45 2021 +0100 There is a spelling mistake in a dev_dbg message. Fix it. Link: https://lore.kernel.org/linux-media/[email protected] Cc: [email protected], [email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/dvb-frontends/si2168.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c index 8a3c41a80c03..196e028a6617 100644 --- a/drivers/media/dvb-frontends/si2168.c +++ b/drivers/media/dvb-frontends/si2168.c @@ -549,7 +549,7 @@ static int si2168_resume(struct dvb_frontend *fe) * device untouched. */ if (dev->initialized) { - dev_dbg(&client->dev, "previsously initialized, call si2168_init()\n"); + dev_dbg(&client->dev, "previously initialized, call si2168_init()\n"); return si2168_init(fe); } dev_dbg(&client->dev, "not initialized yet, skipping init on resume\n"); _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
