]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (5619): Dvb-usb: fix typo
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 5 May 2007 01:51:04 +0000 (22:51 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 9 May 2007 13:13:06 +0000 (10:13 -0300)
replace "streaming_crtl" with "streaming_ctrl"

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/dvb-usb.h

index 0d721731a5241049c4e5130f63e0d4975458d792..6f824a569e14d5a2b4f9ca83f4e821d97a0437fe 100644 (file)
@@ -119,7 +119,7 @@ struct usb_data_stream_properties {
  * @caps: capabilities of the DVB USB device.
  * @pid_filter_count: number of PID filter position in the optional hardware
  *  PID-filter.
- * @streaming_crtl: called to start and stop the MPEG2-TS streaming of the
+ * @streaming_ctrl: called to start and stop the MPEG2-TS streaming of the
  *  device (not URB submitting/killing).
  * @pid_filter_ctrl: called to en/disable the PID filter, if any.
  * @pid_filter: called to set/unset a PID for filtering.