diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-08-19 20:13:11 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 08:56:03 +0200 |
commit | 710027a48ede75428cc68eaa8ae2269b1e356e2c (patch) | |
tree | 22cba18860b83b03613bad97c405fb5146a2d686 /Documentation/DocBook | |
parent | 5b99c2ffa980528a197f26c7d876cceeccce8dd5 (diff) | |
download | linux-3.10-710027a48ede75428cc68eaa8ae2269b1e356e2c.tar.gz linux-3.10-710027a48ede75428cc68eaa8ae2269b1e356e2c.tar.bz2 linux-3.10-710027a48ede75428cc68eaa8ae2269b1e356e2c.zip |
Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index b7b1482f6e0..f5696ba9ae9 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -364,6 +364,10 @@ X!Edrivers/pnp/system.c !Eblock/blk-barrier.c !Eblock/blk-tag.c !Iblock/blk-tag.c +!Eblock/blk-integrity.c +!Iblock/blktrace.c +!Iblock/genhd.c +!Eblock/genhd.c </chapter> <chapter id="chrdev"> |