diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-10-12 08:20:47 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-12 08:20:47 +0200 |
commit | c7ebf0657b1f47d85aee8349ed6345d940d7232a (patch) | |
tree | c9425a433bf727aa01a0897856852296cce71f7b /block/blk-settings.c | |
parent | 961515f613f26b7958c56c5c71061a8231e02be7 (diff) | |
download | linux-c7ebf0657b1f47d85aee8349ed6345d940d7232a.tar.bz2 |
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>
Diffstat (limited to 'block/blk-settings.c')
-rw-r--r-- | block/blk-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-settings.c b/block/blk-settings.c index e0695bca7027..66d4aa8799b7 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) |