diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-10-19 02:39:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:35 -0400 |
commit | 8f731f7d83d6c6a3eeb32cce79bfcddbf7fac8cc (patch) | |
tree | 706de5d8801259311a7a3b3987bc3b6e6511637d /include/linux/list.h | |
parent | cb680c1be62e9898fc2ca2a89d9fdba7c84a5c81 (diff) |
kernel-api docbook: fix content problems
Fix kernel-api docbook contents problems.
docproc: linux-2.6.23-git13/include/asm-x86/unaligned_32.h: No such file or directory
Warning(linux-2.6.23-git13//include/linux/list.h:482): bad line: of list entry
Warning(linux-2.6.23-git13//mm/filemap.c:864): No description found for parameter 'ra'
Warning(linux-2.6.23-git13//block/ll_rw_blk.c:3760): No description found for parameter 'req'
Warning(linux-2.6.23-git13//include/linux/input.h:1077): No description found for parameter 'private'
Warning(linux-2.6.23-git13//include/linux/input.h:1077): No description found for parameter 'cdev'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: WU Fengguang <wfg@mail.ustc.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/list.h')
-rw-r--r-- | include/linux/list.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/list.h b/include/linux/list.h index b0cf0135fe3e..75ce2cb4ff6e 100644 --- a/include/linux/list.h +++ b/include/linux/list.h | |||
@@ -478,8 +478,7 @@ static inline void list_splice_init_rcu(struct list_head *list, | |||
478 | pos = n, n = pos->next) | 478 | pos = n, n = pos->next) |
479 | 479 | ||
480 | /** | 480 | /** |
481 | * list_for_each_prev_safe - iterate over a list backwards safe against removal | 481 | * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry |
482 | of list entry | ||
483 | * @pos: the &struct list_head to use as a loop cursor. | 482 | * @pos: the &struct list_head to use as a loop cursor. |
484 | * @n: another &struct list_head to use as temporary storage | 483 | * @n: another &struct list_head to use as temporary storage |
485 | * @head: the head for your list. | 484 | * @head: the head for your list. |