Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <vitalivanov@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Vitaliy Ivanov and committed by
Jiri Kosina
e1f91f82 d364b601

+1 -2
-1
include/linux/device.h
··· 530 530 * @dma_mem: Internal for coherent mem override. 531 531 * @archdata: For arch-specific additions. 532 532 * @of_node: Associated device tree node. 533 - * @of_match: Matching of_device_id from driver. 534 533 * @devt: For creating the sysfs "dev". 535 534 * @devres_lock: Spinlock to protect the resource of the device. 536 535 * @devres_head: The resources list of the device.
+1
include/linux/hrtimer.h
··· 135 135 * @cpu_base: per cpu clock base 136 136 * @index: clock type index for per_cpu support when moving a 137 137 * timer to a base on another cpu. 138 + * @clockid: clock id for per_cpu support 138 139 * @active: red black tree root node for the active timers 139 140 * @resolution: the resolution of the clock, in nanoseconds 140 141 * @get_time: function to retrieve the current time of the clock
-1
include/net/sock.h
··· 178 178 * @sk_dst_cache: destination cache 179 179 * @sk_dst_lock: destination cache lock 180 180 * @sk_policy: flow policy 181 - * @sk_rmem_alloc: receive queue bytes committed 182 181 * @sk_receive_queue: incoming packets 183 182 * @sk_wmem_alloc: transmit queue bytes committed 184 183 * @sk_write_queue: Packet sending queue