diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-22 04:06:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-22 11:55:47 -0500 |
commit | af9997e426f9ddfe7a84cb4cd3c7ff938fabd41a (patch) | |
tree | 8bbb991c584b1a555b35950900455517f5e55ee9 /block | |
parent | b7f869a2847dfe6f9b0835ca1b24e73bed926d7d (diff) |
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
Fix kernel-doc warnings in 2.6.20-rc1.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'block')
-rw-r--r-- | block/ll_rw_blk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index e07c079e07e6..fb6789725e1b 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -2453,6 +2453,7 @@ EXPORT_SYMBOL(blk_rq_map_user); | |||
2453 | * @rq: request to map data to | 2453 | * @rq: request to map data to |
2454 | * @iov: pointer to the iovec | 2454 | * @iov: pointer to the iovec |
2455 | * @iov_count: number of elements in the iovec | 2455 | * @iov_count: number of elements in the iovec |
2456 | * @len: I/O byte count | ||
2456 | * | 2457 | * |
2457 | * Description: | 2458 | * Description: |
2458 | * Data will be mapped directly for zero copy io, if possible. Otherwise | 2459 | * Data will be mapped directly for zero copy io, if possible. Otherwise |