summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-02-28 08:49:12 +0000
committerHans Verkuil <hverkuil@xs4all.nl>2025-03-05 17:40:18 +0100
commit990f6f4b81dd4d7276455e8c2ca49684809655d0 (patch)
treec2055606f42c777af5dc4dc9bd52cbdaff3a0854 /drivers/media/dvb-frontends
parent7d0d0b2342bebc47a46499cdf21257ed1e58c4aa (diff)
downloadlwn-990f6f4b81dd4d7276455e8c2ca49684809655d0.tar.gz
lwn-990f6f4b81dd4d7276455e8c2ca49684809655d0.zip
media: dvb: Fix spelling mistake "ofset" -> "offset"
There is a spelling mistake in a dprink message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/stv0299.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stv0299.c b/drivers/media/dvb-frontends/stv0299.c
index da7ff2c2e8e5..ba4bb3685095 100644
--- a/drivers/media/dvb-frontends/stv0299.c
+++ b/drivers/media/dvb-frontends/stv0299.c
@@ -250,7 +250,7 @@ static int stv0299_get_symbolrate (struct stv0299_state* state)
offset /= 128;
dprintk ("%s : srate = %i\n", __func__, srate);
- dprintk ("%s : ofset = %i\n", __func__, offset);
+ dprintk ("%s : offset = %i\n", __func__, offset);
srate += offset;