Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Hans Verkuil
990f6f4b 7d0d0b23

+1 -1
+1 -1
drivers/media/dvb-frontends/stv0299.c
··· 250 250 offset /= 128; 251 251 252 252 dprintk ("%s : srate = %i\n", __func__, srate); 253 - dprintk ("%s : ofset = %i\n", __func__, offset); 253 + dprintk ("%s : offset = %i\n", __func__, offset); 254 254 255 255 srate += offset; 256 256