[PATCH] drivers/media/tuners: Fix typo 'isnt' -> 'isn't'

Ignacio Peña posted 1 patch 2 months, 1 week ago
drivers/media/tuners/qm1d1b0004.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drivers/media/tuners: Fix typo 'isnt' -> 'isn't'
Posted by Ignacio Peña 2 months, 1 week ago
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