Skip to content

Commit

Permalink
media: dvb: Fix spelling mistake "ofset" -> "offset"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Hans Verkuil committed Mar 5, 2025
1 parent 7d0d0b2 commit 990f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb-frontends/stv0299.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 990f6f4

Please sign in to comment.