]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Documentation: fix minor kernel-doc warnings
authorMartin Waitz <tali@admingilde.org>
Sun, 2 Apr 2006 11:59:55 +0000 (13:59 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 2 Apr 2006 11:59:55 +0000 (13:59 +0200)
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>
Documentation/DocBook/kernel-api.tmpl
block/ll_rw_blk.c
fs/sysfs/dir.c
include/linux/hrtimer.h
mm/page-writeback.c

index 8c9c6704e85bab5e26b6f28b2240e96346cc5660..ca02e04a906c219acfd21b8a72c827bd7f0b31e4 100644 (file)
@@ -322,7 +322,6 @@ X!Earch/i386/kernel/mca.c
   <chapter id="sysfs">
      <title>The Filesystem for Exporting Kernel Objects</title>
 !Efs/sysfs/file.c
-!Efs/sysfs/dir.c
 !Efs/sysfs/symlink.c
 !Efs/sysfs/bin.c
   </chapter>
index 5b26af8597f3fae3bcb4651186ebb748eaa8583c..e112d1a5dab6b8c2dcae45e2a6b18bbfc4529760 100644 (file)
@@ -1740,7 +1740,7 @@ EXPORT_SYMBOL(blk_run_queue);
 
 /**
  * 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:
  *     blk_cleanup_queue is the pair to blk_init_queue() or
index f26880a4785eec127e80ce736144624c3016098c..6cfdc9a87772b99e4a126c72d9ae6ab327f60adb 100644 (file)
@@ -50,7 +50,7 @@ static struct sysfs_dirent * sysfs_new_dirent(struct sysfs_dirent * parent_sd,
        return sd;
 }
 
-/**
+/*
  *
  * Return -EEXIST if there is already a sysfs element with the same name for
  * the same parent.
index b2093928761324e0ba1a9e86d10147627afb41d3..306acf1dc6d58b54aef407d2ab9e370ff18eaa99 100644 (file)
@@ -80,7 +80,7 @@ struct hrtimer_sleeper {
  * @first:             pointer to the timer node which expires first
  * @resolution:                the resolution of the clock, in nanoseconds
  * @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
  * @softirq_time:      the time when running the hrtimer queue in the softirq
  */
index 893d7677579ecfe3c7f420e77eeb81ae9aae7d49..6dcce3a4bbdc6eff21c99607c463bdb15cccd752 100644 (file)
@@ -258,7 +258,7 @@ static void balance_dirty_pages(struct address_space *mapping)
 /**
  * balance_dirty_pages_ratelimited_nr - balance dirty memory state
  * @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
  * which was newly dirtied.  The function will periodically check the system's