From: Ricardo Ribalda Date: Fri, 26 Jan 2024 23:16:13 +0000 (+0000) Subject: media: dvb-usb: Fix kerneldoc X-Git-Tag: v6.9-rc1~101^2~109 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3edcdd61ea6794e92cb04f9873aab23bdd632145;p=linux-block.git media: dvb-usb: Fix kerneldoc Remove kerneldoc from missing fields. Signed-off-by: Ricardo Ribalda Reviewed-by: Randy Dunlap Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/usb/dvb-usb/dvb-usb.h b/drivers/media/usb/dvb-usb/dvb-usb.h index 0990aa4a17bb..cbb0541d4dc1 100644 --- a/drivers/media/usb/dvb-usb/dvb-usb.h +++ b/drivers/media/usb/dvb-usb/dvb-usb.h @@ -126,8 +126,6 @@ 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. - * @num_frontends: number of frontends of the DVB USB adapter. - * @frontend_ctrl: called to power on/off active frontend. * @streaming_ctrl: called to start and stop the MPEG2-TS streaming of the * device (not URB submitting/killing). * This callback will be called without data URBs being active - data URBs