summaryrefslogtreecommitdiff
path: root/drivers/block/blk_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/blk_legacy.c')
-rw-r--r--drivers/block/blk_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/blk_legacy.c b/drivers/block/blk_legacy.c
index e3ee778c29..df9a359754 100644
--- a/drivers/block/blk_legacy.c
+++ b/drivers/block/blk_legacy.c
@@ -52,7 +52,7 @@ const char *blk_get_if_type_name(enum if_type if_type)
* @drv: Legacy block driver
* @devnum: Device number (0 = first)
* @descp: Returns block device descriptor on success
- * @return 0 on success, -ENODEV if there is no such device, -ENOSYS if the
+ * Return: 0 on success, -ENODEV if there is no such device, -ENOSYS if the
* driver does not provide a way to find a device, or other -ve on other
* error.
*/