[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AD28E10.3010502@oracle.com>
Date: Sun, 11 Oct 2009 19:01:52 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: LKML <linux-kernel@...r.kernel.org>, jens.axboe@...cle.com
Subject: [PATCH] blk-settings: fix function parameter kernel-doc notation
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix kernel-doc notation in blk-settings.c::blk_queue_max_discard_sectors().
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
block/blk-settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.32-rc3-git1.orig/block/blk-settings.c
+++ linux-2.6.32-rc3-git1/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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists