diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-10-09 04:42:38 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 04:42:38 -0400 |
commit | 57d1b5366f46fe434e565b710baf683daff78dd8 (patch) | |
tree | 7ecd8eb272850247000a824f1b3e65b7e8e453fa /fs/block_dev.c | |
parent | af5639424008ffe96f89b059bea1aec15e0115a9 (diff) |
block_dev: fix kernel-doc in new functions
Fix kernel-doc in new functions:
Error(mmotm-2008-1002-1617//fs/block_dev.c:895): duplicate section name 'Description'
Error(mmotm-2008-1002-1617//fs/block_dev.c:924): duplicate section name 'Description'
Warning(mmotm-2008-1002-1617//fs/block_dev.c:1282): No description found for parameter 'pathname'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Andrew Patterson <andrew.patterson@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'fs/block_dev.c')
-rw-r--r-- | fs/block_dev.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/fs/block_dev.c b/fs/block_dev.c index 57e2786dd2a5..d84f0469a016 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c | |||
@@ -879,9 +879,7 @@ static void flush_disk(struct block_device *bdev) | |||
879 | } | 879 | } |
880 | 880 | ||
881 | /** | 881 | /** |
882 | * check_disk_size_change - checks for disk size change and adjusts | 882 | * check_disk_size_change - checks for disk size change and adjusts bdev size. |
883 | * bdev size. | ||
884 | * | ||
885 | * @disk: struct gendisk to check | 883 | * @disk: struct gendisk to check |
886 | * @bdev: struct bdev to adjust. | 884 | * @bdev: struct bdev to adjust. |
887 | * | 885 | * |
@@ -908,9 +906,7 @@ void check_disk_size_change(struct gendisk *disk, struct block_device *bdev) | |||
908 | EXPORT_SYMBOL(check_disk_size_change); | 906 | EXPORT_SYMBOL(check_disk_size_change); |
909 | 907 | ||
910 | /** | 908 | /** |
911 | * revalidate_disk - wrapper for lower-level driver's revalidate_disk | 909 | * revalidate_disk - wrapper for lower-level driver's revalidate_disk call-back |
912 | * call-back | ||
913 | * | ||
914 | * @disk: struct gendisk to be revalidated | 910 | * @disk: struct gendisk to be revalidated |
915 | * | 911 | * |
916 | * This routine is a wrapper for lower-level driver's revalidate_disk | 912 | * This routine is a wrapper for lower-level driver's revalidate_disk |
@@ -1266,10 +1262,9 @@ EXPORT_SYMBOL(ioctl_by_bdev); | |||
1266 | 1262 | ||
1267 | /** | 1263 | /** |
1268 | * lookup_bdev - lookup a struct block_device by name | 1264 | * lookup_bdev - lookup a struct block_device by name |
1265 | * @pathname: special file representing the block device | ||
1269 | * | 1266 | * |
1270 | * @path: special file representing the block device | 1267 | * Get a reference to the blockdevice at @pathname in the current |
1271 | * | ||
1272 | * Get a reference to the blockdevice at @path in the current | ||
1273 | * namespace if possible and return it. Return ERR_PTR(error) | 1268 | * namespace if possible and return it. Return ERR_PTR(error) |
1274 | * otherwise. | 1269 | * otherwise. |
1275 | */ | 1270 | */ |