The following commit has been merged in the linux branch: commit c7ebf0657b1f47d85aee8349ed6345d940d7232a Author: Randy Dunlap randy.dunlap@oracle.com Date: Mon Oct 12 08:20:47 2009 +0200
blk-settings: fix function parameter kernel-doc notation
Fix kernel-doc notation in blk-settings.c::blk_queue_max_discard_sectors().
Signed-off-by: Randy Dunlap randy.dunlap@oracle.com Signed-off-by: Jens Axboe jens.axboe@oracle.com
diff --git a/block/blk-settings.c b/block/blk-settings.c index e0695bc..66d4aa8 100644 --- a/block/blk-settings.c +++ b/block/blk-settings.c @@ -242,7 +242,7 @@ EXPORT_SYMBOL(blk_queue_max_hw_sectors); /** * blk_queue_max_discard_sectors - set max sectors for a single discard * @q: the request queue for the device - * @max_discard: maximum number of sectors to discard + * @max_discard_sectors: maximum number of sectors to discard **/ void blk_queue_max_discard_sectors(struct request_queue *q, unsigned int max_discard_sectors)