Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1226708
| From | Geliang Tang <geliangtang@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] media: dvb-core: fix kernel-doc warnings in dvbdev.h |
| Date | 2015-09-17 09:20 +0200 |
| Message-ID | <q9BE6-4IO-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix the following 'make htmldocs' warnings: .//drivers/media/dvb-core/dvbdev.h:199: warning: Excess function parameter 'device' description in 'dvb_register_device' .//drivers/media/dvb-core/dvbdev.h:199: warning: Excess function parameter 'adapter_nums' description in 'dvb_register_device' Signed-off-by: Geliang Tang <geliangtang@163.com> --- drivers/media/dvb-core/dvbdev.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/media/dvb-core/dvbdev.h b/drivers/media/dvb-core/dvbdev.h index c61a4f0..1069a77 100644 --- a/drivers/media/dvb-core/dvbdev.h +++ b/drivers/media/dvb-core/dvbdev.h @@ -184,10 +184,6 @@ int dvb_unregister_adapter(struct dvb_adapter *adap); * @pdvbdev: pointer to the place where the new struct dvb_device will be * stored * @template: Template used to create &pdvbdev; - * @device: pointer to struct device that corresponds to the device driver - * @adapter_nums: Array with a list of the numbers for @dvb_register_adapter; - * to select among them. Typically, initialized with: - * DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nums) * @priv: private data * @type: type of the device: DVB_DEVICE_SEC, DVB_DEVICE_FRONTEND, * DVB_DEVICE_DEMUX, DVB_DEVICE_DVR, DVB_DEVICE_CA, DVB_DEVICE_NET -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/3] media: dvb-core: fix kernel-doc warnings in dvbdev.h Geliang Tang <geliangtang@163.com> - 2015-09-17 09:20 +0200
[PATCH 3/3] hsi: fix kernel-doc warnings in hsi.h Geliang Tang <geliangtang@163.com> - 2015-09-17 09:50 +0200
[PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h Geliang Tang <geliangtang@163.com> - 2015-09-17 10:40 +0200
Re: [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h Daniel Vetter <daniel@ffwll.ch> - 2015-09-22 11:30 +0200
csiph-web