aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/blkvsc_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/blkvsc_drv.c')
-rw-r--r--drivers/staging/hv/blkvsc_drv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/blkvsc_drv.c b/drivers/staging/hv/blkvsc_drv.c
index 8f1fda3256a..e80cae78b26 100644
--- a/drivers/staging/hv/blkvsc_drv.c
+++ b/drivers/staging/hv/blkvsc_drv.c
@@ -165,7 +165,7 @@ static struct block_device_operations block_ops = {
165 .ioctl = blkvsc_ioctl, 165 .ioctl = blkvsc_ioctl,
166}; 166};
167 167
168/** 168/*
169 * blkvsc_drv_init - BlkVsc driver initialization. 169 * blkvsc_drv_init - BlkVsc driver initialization.
170 */ 170 */
171static int blkvsc_drv_init(int (*drv_init)(struct hv_driver *drv)) 171static int blkvsc_drv_init(int (*drv_init)(struct hv_driver *drv))
@@ -245,7 +245,7 @@ static void blkvsc_drv_exit(void)
245 return; 245 return;
246} 246}
247 247
248/** 248/*
249 * blkvsc_probe - Add a new device for this driver 249 * blkvsc_probe - Add a new device for this driver
250 */ 250 */
251static int blkvsc_probe(struct device *device) 251static int blkvsc_probe(struct device *device)
@@ -733,7 +733,7 @@ static int blkvsc_do_read_capacity16(struct block_device_context *blkdev)
733 return 0; 733 return 0;
734} 734}
735 735
736/** 736/*
737 * blkvsc_remove() - Callback when our device is removed 737 * blkvsc_remove() - Callback when our device is removed
738 */ 738 */
739static int blkvsc_remove(struct device *device) 739static int blkvsc_remove(struct device *device)