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>
This commit is contained in:
parent
5d9428de1a
commit
a580290c3e
5 changed files with 4 additions and 5 deletions
|
@ -322,7 +322,6 @@ X!Earch/i386/kernel/mca.c
|
||||||
<chapter id="sysfs">
|
<chapter id="sysfs">
|
||||||
<title>The Filesystem for Exporting Kernel Objects</title>
|
<title>The Filesystem for Exporting Kernel Objects</title>
|
||||||
!Efs/sysfs/file.c
|
!Efs/sysfs/file.c
|
||||||
!Efs/sysfs/dir.c
|
|
||||||
!Efs/sysfs/symlink.c
|
!Efs/sysfs/symlink.c
|
||||||
!Efs/sysfs/bin.c
|
!Efs/sysfs/bin.c
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
|
@ -1740,7 +1740,7 @@ EXPORT_SYMBOL(blk_run_queue);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* blk_cleanup_queue: - release a &request_queue_t when it is no longer needed
|
* blk_cleanup_queue: - release a &request_queue_t when it is no longer needed
|
||||||
* @q: the request queue to be released
|
* @kobj: the kobj belonging of the request queue to be released
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* blk_cleanup_queue is the pair to blk_init_queue() or
|
* blk_cleanup_queue is the pair to blk_init_queue() or
|
||||||
|
|
|
@ -50,7 +50,7 @@ static struct sysfs_dirent * sysfs_new_dirent(struct sysfs_dirent * parent_sd,
|
||||||
return sd;
|
return sd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
*
|
*
|
||||||
* Return -EEXIST if there is already a sysfs element with the same name for
|
* Return -EEXIST if there is already a sysfs element with the same name for
|
||||||
* the same parent.
|
* the same parent.
|
||||||
|
|
|
@ -80,7 +80,7 @@ struct hrtimer_sleeper {
|
||||||
* @first: pointer to the timer node which expires first
|
* @first: pointer to the timer node which expires first
|
||||||
* @resolution: the resolution of the clock, in nanoseconds
|
* @resolution: the resolution of the clock, in nanoseconds
|
||||||
* @get_time: function to retrieve the current time of the clock
|
* @get_time: function to retrieve the current time of the clock
|
||||||
* @get_sofirq_time: function to retrieve the current time from the softirq
|
* @get_softirq_time: function to retrieve the current time from the softirq
|
||||||
* @curr_timer: the timer which is executing a callback right now
|
* @curr_timer: the timer which is executing a callback right now
|
||||||
* @softirq_time: the time when running the hrtimer queue in the softirq
|
* @softirq_time: the time when running the hrtimer queue in the softirq
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -258,7 +258,7 @@ static void balance_dirty_pages(struct address_space *mapping)
|
||||||
/**
|
/**
|
||||||
* balance_dirty_pages_ratelimited_nr - balance dirty memory state
|
* balance_dirty_pages_ratelimited_nr - balance dirty memory state
|
||||||
* @mapping: address_space which was dirtied
|
* @mapping: address_space which was dirtied
|
||||||
* @nr_pages: number of pages which the caller has just dirtied
|
* @nr_pages_dirtied: number of pages which the caller has just dirtied
|
||||||
*
|
*
|
||||||
* Processes which are dirtying memory should call in here once for each page
|
* Processes which are dirtying memory should call in here once for each page
|
||||||
* which was newly dirtied. The function will periodically check the system's
|
* which was newly dirtied. The function will periodically check the system's
|
||||||
|
|
Loading…
Reference in a new issue