Skip to content

Commit 990f6f4

Browse files
ColinIanKinghverkuil
authored andcommitted
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>
1 parent 7d0d0b2 commit 990f6f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/media/dvb-frontends/stv0299.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ static int stv0299_get_symbolrate (struct stv0299_state* state)
250250
offset /= 128;
251251

252252
dprintk ("%s : srate = %i\n", __func__, srate);
253-
dprintk ("%s : ofset = %i\n", __func__, offset);
253+
dprintk ("%s : offset = %i\n", __func__, offset);
254254

255255
srate += offset;
256256

0 commit comments

Comments
 (0)