Fixing 'make htmldocs' warnings:
Warning(/include/linux/hrtimer.h:153): No description found for parameter 'clockid'
Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef member 'of_match' description in 'device'
Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef member 'sk_rmem_alloc' description in 'sock'
Issue with:
Warning(/include/net/wimax.h:432): No description found for parameter 'rfkill_input'
is already solved in net-next tree -
commit #c6af9c406ceb3434281cf230938453931dcbab75 - net: wimax: Remove of unused 'rfkill_input' pointer.
Patch is against latest Linus' tree.
---
>From 55fe3701d1ed1f1302a73cd5bfdfc7972e89f5b7 Mon Sep 17 00:00:00 2001
From: Vitaliy Ivanov <[email protected]>
Date: Mon, 27 Jun 2011 19:07:08 +0300
Subject: [PATCH] treewide: fix kernel-doc warnings
Fix 'make htmldocs' warnings:
Warning(/include/linux/hrtimer.h:153): No description found for
parameter 'clockid'
Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef
member 'of_match' description in 'device'
Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef
member 'sk_rmem_alloc' description in 'sock'
Signed-off-by: Vitaliy Ivanov <[email protected]>
---
include/linux/device.h | 1 -
include/linux/hrtimer.h | 1 +
include/net/sock.h | 1 -
3 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/linux/device.h b/include/linux/device.h
index 553fd37..e4f62d8 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -530,7 +530,6 @@ struct device_dma_parameters {
* @dma_mem: Internal for coherent mem override.
* @archdata: For arch-specific additions.
* @of_node: Associated device tree node.
- * @of_match: Matching of_device_id from driver.
* @devt: For creating the sysfs "dev".
* @devres_lock: Spinlock to protect the resource of the device.
* @devres_head: The resources list of the device.
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 51932e5..fd0dc30 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -135,6 +135,7 @@ struct hrtimer_sleeper {
* @cpu_base: per cpu clock base
* @index: clock type index for per_cpu support when moving a
* timer to a base on another cpu.
+ * @clockid: clock id for per_cpu support
* @active: red black tree root node for the active timers
* @resolution: the resolution of the clock, in nanoseconds
* @get_time: function to retrieve the current time of the clock
diff --git a/include/net/sock.h b/include/net/sock.h
index f2046e4..c0b938c 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -178,7 +178,6 @@ struct sock_common {
* @sk_dst_cache: destination cache
* @sk_dst_lock: destination cache lock
* @sk_policy: flow policy
- * @sk_rmem_alloc: receive queue bytes committed
* @sk_receive_queue: incoming packets
* @sk_wmem_alloc: transmit queue bytes committed
* @sk_write_queue: Packet sending queue
--
1.7.0.4
On Mon, Jun 27, 2011 at 10:33 AM, Vitaliy Ivanov <[email protected]> wrote:
> Fixing 'make htmldocs' warnings:
>
> Warning(/include/linux/hrtimer.h:153): No description found for parameter 'clockid'
> Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef member 'of_match' description in 'device'
> Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef member 'sk_rmem_alloc' description in 'sock'
>
> Issue with:
> Warning(/include/net/wimax.h:432): No description found for parameter 'rfkill_input'
> is already solved in net-next tree -
> commit #c6af9c406ceb3434281cf230938453931dcbab75 - net: wimax: Remove of unused 'rfkill_input' pointer.
>
> Patch is against latest Linus' tree.
>
> ---
> >From 55fe3701d1ed1f1302a73cd5bfdfc7972e89f5b7 Mon Sep 17 00:00:00 2001
> From: Vitaliy Ivanov <[email protected]>
> Date: Mon, 27 Jun 2011 19:07:08 +0300
> Subject: [PATCH] treewide: fix kernel-doc warnings
>
> Fix 'make htmldocs' warnings:
>
> Warning(/include/linux/hrtimer.h:153): No description found for
> parameter 'clockid'
> Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef
> member 'of_match' description in 'device'
> Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef
> member 'sk_rmem_alloc' description in 'sock'
>
> Signed-off-by: Vitaliy Ivanov <[email protected]>
> ---
> ?include/linux/device.h ?| ? ?1 -
> ?include/linux/hrtimer.h | ? ?1 +
> ?include/net/sock.h ? ? ?| ? ?1 -
> ?3 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/device.h b/include/linux/device.h
> index 553fd37..e4f62d8 100644
> --- a/include/linux/device.h
> +++ b/include/linux/device.h
> @@ -530,7 +530,6 @@ struct device_dma_parameters {
> ?* @dma_mem: ? Internal for coherent mem override.
> ?* @archdata: ?For arch-specific additions.
> ?* @of_node: ? Associated device tree node.
> - * @of_match: ?Matching of_device_id from driver.
> ?* @devt: ? ? ?For creating the sysfs "dev".
> ?* @devres_lock: Spinlock to protect the resource of the device.
> ?* @devres_head: The resources list of the device.
Acked-by: Grant Likely <[email protected]>
> diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
> index 51932e5..fd0dc30 100644
> --- a/include/linux/hrtimer.h
> +++ b/include/linux/hrtimer.h
> @@ -135,6 +135,7 @@ struct hrtimer_sleeper {
> ?* @cpu_base: ? ? ? ? ?per cpu clock base
> ?* @index: ? ? ? ? ? ? clock type index for per_cpu support when moving a
> ?* ? ? ? ? ? ? ? ? ? ? timer to a base on another cpu.
> + * @clockid: ? ? ? ? ? clock id for per_cpu support
> ?* @active: ? ? ? ? ? ?red black tree root node for the active timers
> ?* @resolution: ? ? ? ? ? ? ? ?the resolution of the clock, in nanoseconds
> ?* @get_time: ? ? ? ? ?function to retrieve the current time of the clock
> diff --git a/include/net/sock.h b/include/net/sock.h
> index f2046e4..c0b938c 100644
> --- a/include/net/sock.h
> +++ b/include/net/sock.h
> @@ -178,7 +178,6 @@ struct sock_common {
> ? * ? ?@sk_dst_cache: destination cache
> ? * ? ?@sk_dst_lock: destination cache lock
> ? * ? ?@sk_policy: flow policy
> - ?* ? ?@sk_rmem_alloc: receive queue bytes committed
> ? * ? ?@sk_receive_queue: incoming packets
> ? * ? ?@sk_wmem_alloc: transmit queue bytes committed
> ? * ? ?@sk_write_queue: Packet sending queue
> --
> 1.7.0.4
>
>
>
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
From: Vitaliy Ivanov <[email protected]>
Date: Mon, 27 Jun 2011 19:33:46 +0300
>>From 55fe3701d1ed1f1302a73cd5bfdfc7972e89f5b7 Mon Sep 17 00:00:00 2001
> From: Vitaliy Ivanov <[email protected]>
> Date: Mon, 27 Jun 2011 19:07:08 +0300
> Subject: [PATCH] treewide: fix kernel-doc warnings
>
> Fix 'make htmldocs' warnings:
>
> Warning(/include/linux/hrtimer.h:153): No description found for
> parameter 'clockid'
> Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef
> member 'of_match' description in 'device'
> Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef
> member 'sk_rmem_alloc' description in 'sock'
>
> Signed-off-by: Vitaliy Ivanov <[email protected]>
Acked-by: David S. Miller <[email protected]>
On Mon, 27 Jun 2011 19:33:46 +0300 Vitaliy Ivanov wrote:
> Fixing 'make htmldocs' warnings:
>
> Warning(/include/linux/hrtimer.h:153): No description found for parameter 'clockid'
> Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef member 'of_match' description in 'device'
> Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef member 'sk_rmem_alloc' description in 'sock'
>
> Issue with:
> Warning(/include/net/wimax.h:432): No description found for parameter 'rfkill_input'
> is already solved in net-next tree -
> commit #c6af9c406ceb3434281cf230938453931dcbab75 - net: wimax: Remove of unused 'rfkill_input' pointer.
>
> Patch is against latest Linus' tree.
Acked-by: Randy Dunlap <[email protected]>
Thanks.
> ---
> >From 55fe3701d1ed1f1302a73cd5bfdfc7972e89f5b7 Mon Sep 17 00:00:00 2001
> From: Vitaliy Ivanov <[email protected]>
> Date: Mon, 27 Jun 2011 19:07:08 +0300
> Subject: [PATCH] treewide: fix kernel-doc warnings
>
> Fix 'make htmldocs' warnings:
>
> Warning(/include/linux/hrtimer.h:153): No description found for
> parameter 'clockid'
> Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef
> member 'of_match' description in 'device'
> Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef
> member 'sk_rmem_alloc' description in 'sock'
>
> Signed-off-by: Vitaliy Ivanov <[email protected]>
> ---
> include/linux/device.h | 1 -
> include/linux/hrtimer.h | 1 +
> include/net/sock.h | 1 -
> 3 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/device.h b/include/linux/device.h
> index 553fd37..e4f62d8 100644
> --- a/include/linux/device.h
> +++ b/include/linux/device.h
> @@ -530,7 +530,6 @@ struct device_dma_parameters {
> * @dma_mem: Internal for coherent mem override.
> * @archdata: For arch-specific additions.
> * @of_node: Associated device tree node.
> - * @of_match: Matching of_device_id from driver.
> * @devt: For creating the sysfs "dev".
> * @devres_lock: Spinlock to protect the resource of the device.
> * @devres_head: The resources list of the device.
> diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
> index 51932e5..fd0dc30 100644
> --- a/include/linux/hrtimer.h
> +++ b/include/linux/hrtimer.h
> @@ -135,6 +135,7 @@ struct hrtimer_sleeper {
> * @cpu_base: per cpu clock base
> * @index: clock type index for per_cpu support when moving a
> * timer to a base on another cpu.
> + * @clockid: clock id for per_cpu support
> * @active: red black tree root node for the active timers
> * @resolution: the resolution of the clock, in nanoseconds
> * @get_time: function to retrieve the current time of the clock
> diff --git a/include/net/sock.h b/include/net/sock.h
> index f2046e4..c0b938c 100644
> --- a/include/net/sock.h
> +++ b/include/net/sock.h
> @@ -178,7 +178,6 @@ struct sock_common {
> * @sk_dst_cache: destination cache
> * @sk_dst_lock: destination cache lock
> * @sk_policy: flow policy
> - * @sk_rmem_alloc: receive queue bytes committed
> * @sk_receive_queue: incoming packets
> * @sk_wmem_alloc: transmit queue bytes committed
> * @sk_write_queue: Packet sending queue
> --
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
On Mon, 27 Jun 2011, David Miller wrote:
> >>From 55fe3701d1ed1f1302a73cd5bfdfc7972e89f5b7 Mon Sep 17 00:00:00 2001
> > From: Vitaliy Ivanov <[email protected]>
> > Date: Mon, 27 Jun 2011 19:07:08 +0300
> > Subject: [PATCH] treewide: fix kernel-doc warnings
> >
> > Fix 'make htmldocs' warnings:
> >
> > Warning(/include/linux/hrtimer.h:153): No description found for
> > parameter 'clockid'
> > Warning(/include/linux/device.h:604): Excess struct/union/enum/typedef
> > member 'of_match' description in 'device'
> > Warning(/include/net/sock.h:349): Excess struct/union/enum/typedef
> > member 'sk_rmem_alloc' description in 'sock'
> >
> > Signed-off-by: Vitaliy Ivanov <[email protected]>
>
> Acked-by: David S. Miller <[email protected]>
Applied, thanks.
--
Jiri Kosina
SUSE Labs