blk-settings: fix function parameter kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 12 Oct 2009 06:20:47 +0000 (08:20 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 12 Oct 2009 06:20:47 +0000 (08:20 +0200)
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>
block/blk-settings.c

index e0695bc..66d4aa8 100644 (file)
@@ -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)