All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/media/tuners: Fix typo 'isnt' -> 'isn't'
@ 2025-07-27  2:31 Ignacio Peña
  0 siblings, 0 replies; only message in thread
From: Ignacio Peña @ 2025-07-27  2:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ignacio Pena

Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
 drivers/media/tuners/qm1d1b0004.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/tuners/qm1d1b0004.c b/drivers/media/tuners/qm1d1b0004.c
index c53aeb558..49acdcf9b 100644
--- a/drivers/media/tuners/qm1d1b0004.c
+++ b/drivers/media/tuners/qm1d1b0004.c
@@ -123,7 +123,7 @@ static int qm1d1b0004_set_params(struct dvb_frontend *fe)
 	/* step.1: set frequency with BG:2, TM:0(4MHZ), LPF:4MHz */
 	buf[0] = 0x40 | word >> 8;
 	buf[1] = word;
-	/* inconsisnten with the above I/F doc. maybe the doc is wrong */
+	/* inconsisn'ten with the above I/F doc. maybe the doc is wrong */
 	buf[2] = 0xe0 | state->cfg.half_step;
 	buf[3] = cb;
 	ret = i2c_master_send(state->i2c, buf, 4);
-- 
2.50.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-27  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27  2:31 [PATCH] drivers/media/tuners: Fix typo 'isnt' -> 'isn't' Ignacio Peña

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.