diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-10-16 01:46:23 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-17 02:46:57 -0400 |
commit | 496aa8a98f5ab22ced46be5dc2087cdf3d029bd7 (patch) | |
tree | 5c4335ca12bbc8f93f7630c2ef0733973099cd17 /block/genhd.c | |
parent | 80a4b58e36b63d7b0b592beb1bd6410aadeeb63c (diff) |
block: fix current kernel-doc warnings
Fix block kernel-doc warnings:
Warning(linux-2.6.27-git4//fs/block_dev.c:1272): No description found for parameter 'path'
Warning(linux-2.6.27-git4//block/blk-core.c:1021): No description found for parameter 'cpu'
Warning(linux-2.6.27-git4//block/blk-core.c:1021): No description found for parameter 'part'
Warning(/var/linsrc/linux-2.6.27-git4//block/genhd.c:544): No description found for parameter 'partno'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/genhd.c')
-rw-r--r-- | block/genhd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/genhd.c b/block/genhd.c index b8defae2ec03..646e1d2507c7 100644 --- a/block/genhd.c +++ b/block/genhd.c | |||
@@ -534,7 +534,7 @@ void unlink_gendisk(struct gendisk *disk) | |||
534 | /** | 534 | /** |
535 | * get_gendisk - get partitioning information for a given device | 535 | * get_gendisk - get partitioning information for a given device |
536 | * @devt: device to get partitioning information for | 536 | * @devt: device to get partitioning information for |
537 | * @part: returned partition index | 537 | * @partno: returned partition index |
538 | * | 538 | * |
539 | * This function gets the structure containing partitioning | 539 | * This function gets the structure containing partitioning |
540 | * information for the given device @devt. | 540 | * information for the given device @devt. |