diff options
| author | Vitaliy Ivanov <vitalivanov@gmail.com> | 2011-06-27 12:07:08 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-28 04:48:34 -0400 |
| commit | e1f91f82b8bb031fe1b7731fb3666fa68c97fd38 (patch) | |
| tree | aab680d81d5eb4892a50aabfa2bc6e854f2eaf42 /include/net | |
| parent | d364b601163841c24287540ae3548d19a0d2932e (diff) | |
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>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index f2046e404a61..c0b938cb4b1a 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
| @@ -178,7 +178,6 @@ struct sock_common { | |||
| 178 | * @sk_dst_cache: destination cache | 178 | * @sk_dst_cache: destination cache |
| 179 | * @sk_dst_lock: destination cache lock | 179 | * @sk_dst_lock: destination cache lock |
| 180 | * @sk_policy: flow policy | 180 | * @sk_policy: flow policy |
| 181 | * @sk_rmem_alloc: receive queue bytes committed | ||
| 182 | * @sk_receive_queue: incoming packets | 181 | * @sk_receive_queue: incoming packets |
| 183 | * @sk_wmem_alloc: transmit queue bytes committed | 182 | * @sk_wmem_alloc: transmit queue bytes committed |
| 184 | * @sk_write_queue: Packet sending queue | 183 | * @sk_write_queue: Packet sending queue |
