Documentation: fix minor kernel-doc warnings

This patch updates the comments to match the actual code.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by Martin Waitz and committed by Adrian Bunk a580290c 5d9428de

+4 -5
-1
Documentation/DocBook/kernel-api.tmpl
··· 322 <chapter id="sysfs"> 323 <title>The Filesystem for Exporting Kernel Objects</title> 324 !Efs/sysfs/file.c 325 - !Efs/sysfs/dir.c 326 !Efs/sysfs/symlink.c 327 !Efs/sysfs/bin.c 328 </chapter>
··· 322 <chapter id="sysfs"> 323 <title>The Filesystem for Exporting Kernel Objects</title> 324 !Efs/sysfs/file.c 325 !Efs/sysfs/symlink.c 326 !Efs/sysfs/bin.c 327 </chapter>
+1 -1
block/ll_rw_blk.c
··· 1740 1741 /** 1742 * blk_cleanup_queue: - release a &request_queue_t when it is no longer needed 1743 - * @q: the request queue to be released 1744 * 1745 * Description: 1746 * blk_cleanup_queue is the pair to blk_init_queue() or
··· 1740 1741 /** 1742 * blk_cleanup_queue: - release a &request_queue_t when it is no longer needed 1743 + * @kobj: the kobj belonging of the request queue to be released 1744 * 1745 * Description: 1746 * blk_cleanup_queue is the pair to blk_init_queue() or
+1 -1
fs/sysfs/dir.c
··· 50 return sd; 51 } 52 53 - /** 54 * 55 * Return -EEXIST if there is already a sysfs element with the same name for 56 * the same parent.
··· 50 return sd; 51 } 52 53 + /* 54 * 55 * Return -EEXIST if there is already a sysfs element with the same name for 56 * the same parent.
+1 -1
include/linux/hrtimer.h
··· 80 * @first: pointer to the timer node which expires first 81 * @resolution: the resolution of the clock, in nanoseconds 82 * @get_time: function to retrieve the current time of the clock 83 - * @get_sofirq_time: function to retrieve the current time from the softirq 84 * @curr_timer: the timer which is executing a callback right now 85 * @softirq_time: the time when running the hrtimer queue in the softirq 86 */
··· 80 * @first: pointer to the timer node which expires first 81 * @resolution: the resolution of the clock, in nanoseconds 82 * @get_time: function to retrieve the current time of the clock 83 + * @get_softirq_time: function to retrieve the current time from the softirq 84 * @curr_timer: the timer which is executing a callback right now 85 * @softirq_time: the time when running the hrtimer queue in the softirq 86 */
+1 -1
mm/page-writeback.c
··· 258 /** 259 * balance_dirty_pages_ratelimited_nr - balance dirty memory state 260 * @mapping: address_space which was dirtied 261 - * @nr_pages: number of pages which the caller has just dirtied 262 * 263 * Processes which are dirtying memory should call in here once for each page 264 * which was newly dirtied. The function will periodically check the system's
··· 258 /** 259 * balance_dirty_pages_ratelimited_nr - balance dirty memory state 260 * @mapping: address_space which was dirtied 261 + * @nr_pages_dirtied: number of pages which the caller has just dirtied 262 * 263 * Processes which are dirtying memory should call in here once for each page 264 * which was newly dirtied. The function will periodically check the system's