Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1226708 > unrolled thread

[PATCH 1/3] media: dvb-core: fix kernel-doc warnings in dvbdev.h

Started byGeliang Tang <geliangtang@163.com>
First post2015-09-17 09:20 +0200
Last post2015-09-22 11:30 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1226708 — [PATCH 1/3] media: dvb-core: fix kernel-doc warnings in dvbdev.h

FromGeliang Tang <geliangtang@163.com>
Date2015-09-17 09:20 +0200
Subject[PATCH 1/3] media: dvb-core: fix kernel-doc warnings in dvbdev.h
Message-ID<q9BE6-4IO-23@gated-at.bofh.it>
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/

[toc] | [next] | [standalone]


#1226721 — [PATCH 3/3] hsi: fix kernel-doc warnings in hsi.h

FromGeliang Tang <geliangtang@163.com>
Date2015-09-17 09:50 +0200
Subject[PATCH 3/3] hsi: fix kernel-doc warnings in hsi.h
Message-ID<q9C78-5hr-13@gated-at.bofh.it>
In reply to#1226708
Fix the following 'make htmldocs' warnings:

  .//include/linux/hsi/hsi.h:150: warning: Excess struct/union/enum/typedef member 'e_handler' description in 'hsi_client'
  .//include/linux/hsi/hsi.h:150: warning: Excess struct/union/enum/typedef member 'pclaimed' description in 'hsi_client'
  .//include/linux/hsi/hsi.h:150: warning: Excess struct/union/enum/typedef member 'nb' description in 'hsi_client'

Signed-off-by: Geliang Tang <geliangtang@163.com>
---
 include/linux/hsi/hsi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/hsi/hsi.h b/include/linux/hsi/hsi.h
index 5dd60c2..01947ae 100644
--- a/include/linux/hsi/hsi.h
+++ b/include/linux/hsi/hsi.h
@@ -135,7 +135,7 @@ static inline int hsi_register_board_info(struct hsi_board_info const *info,
  * @device: Driver model representation of the device
  * @tx_cfg: HSI TX configuration
  * @rx_cfg: HSI RX configuration
- * @e_handler: Callback for handling port events (RX Wake High/Low)
+ * @ehandler: Callback for handling port events (RX Wake High/Low)
  * @pclaimed: Keeps tracks if the clients claimed its associated HSI port
  * @nb: Notifier block for port events
  */
@@ -143,7 +143,7 @@ struct hsi_client {
 	struct device		device;
 	struct hsi_config	tx_cfg;
 	struct hsi_config	rx_cfg;
-	/* private: */
+	/* private */
 	void			(*ehandler)(struct hsi_client *, unsigned long);
 	unsigned int		pclaimed:1;
 	struct notifier_block	nb;
-- 
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/

[toc] | [prev] | [next] | [standalone]


#1226750 — [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h

FromGeliang Tang <geliangtang@163.com>
Date2015-09-17 10:40 +0200
Subject[PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h
Message-ID<q9CTv-6sU-1@gated-at.bofh.it>
In reply to#1226708
Fix the following 'make htmldocs' warning:

  .//include/drm/drm_crtc.h:929: warning: Excess struct/union/enum/typedef member 'base' description in 'drm_bridge'

Signed-off-by: Geliang Tang <geliangtang@163.com>
---
 include/drm/drm_crtc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index c0366e9..6566f72 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -911,7 +911,6 @@ struct drm_bridge_funcs {
  * @next: the next bridge in the encoder chain
  * @of_node: device node pointer to the bridge
  * @list: to keep track of all added bridges
- * @base: base mode object
  * @funcs: control functions
  * @driver_private: pointer to the bridge driver's internal context
  */
-- 
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/

[toc] | [prev] | [next] | [standalone]


#1230000 — Re: [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h

FromDaniel Vetter <daniel@ffwll.ch>
Date2015-09-22 11:30 +0200
SubjectRe: [PATCH 2/3] drm: fix kernel-doc warnings in drm_crtc.h
Message-ID<qbs3F-1ei-21@gated-at.bofh.it>
In reply to#1226750
On Wed, Sep 16, 2015 at 11:25:22PM -0700, Geliang Tang wrote:
> Fix the following 'make htmldocs' warning:
> 
>   .//include/drm/drm_crtc.h:929: warning: Excess struct/union/enum/typedef member 'base' description in 'drm_bridge'
> 
> Signed-off-by: Geliang Tang <geliangtang@163.com>

Applied to drm-misc, thanks.
-Daniel

> ---
>  include/drm/drm_crtc.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> index c0366e9..6566f72 100644
> --- a/include/drm/drm_crtc.h
> +++ b/include/drm/drm_crtc.h
> @@ -911,7 +911,6 @@ struct drm_bridge_funcs {
>   * @next: the next bridge in the encoder chain
>   * @of_node: device node pointer to the bridge
>   * @list: to keep track of all added bridges
> - * @base: base mode object
>   * @funcs: control functions
>   * @driver_private: pointer to the bridge driver's internal context
>   */
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web