提交 e2b6b301 编写于 作者: C Christoph Hellwig 提交者: Jens Axboe

block: fix the kerneldoc comment for __register_blkdev

Switch the comment to talk about __register_blkdev instead of
register_blkdev and document the new probe parameter.

Fixes: 3da1a61e7046 ("block: add an optional probe callback to major_names")
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 e418de3a
...@@ -418,11 +418,12 @@ void blkdev_show(struct seq_file *seqf, off_t offset) ...@@ -418,11 +418,12 @@ void blkdev_show(struct seq_file *seqf, off_t offset)
#endif /* CONFIG_PROC_FS */ #endif /* CONFIG_PROC_FS */
/** /**
* register_blkdev - register a new block device * __register_blkdev - register a new block device
* *
* @major: the requested major device number [1..BLKDEV_MAJOR_MAX-1]. If * @major: the requested major device number [1..BLKDEV_MAJOR_MAX-1]. If
* @major = 0, try to allocate any unused major number. * @major = 0, try to allocate any unused major number.
* @name: the name of the new block device as a zero terminated string * @name: the name of the new block device as a zero terminated string
* @probe: allback that is called on access to any minor number of @major
* *
* The @name must be unique within the system. * The @name must be unique within the system.
* *
...@@ -436,6 +437,8 @@ void blkdev_show(struct seq_file *seqf, off_t offset) ...@@ -436,6 +437,8 @@ void blkdev_show(struct seq_file *seqf, off_t offset)
* *
* See Documentation/admin-guide/devices.txt for the list of allocated * See Documentation/admin-guide/devices.txt for the list of allocated
* major numbers. * major numbers.
*
* Use register_blkdev instead for any new code.
*/ */
int __register_blkdev(unsigned int major, const char *name, int __register_blkdev(unsigned int major, const char *name,
void (*probe)(dev_t devt)) void (*probe)(dev_t devt))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册