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>
This commit is contained in:
committed by
Hans Verkuil
parent
7d0d0b2342
commit
990f6f4b81
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user