aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/blkvsc_drv.c
diff options
context:
space:
mode:
authorHank Janssen <hjanssen@microsoft.com>2010-03-04 17:11:00 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:35:32 -0400
commit3e18951955797872558dad615851a4ca63b2770e (patch)
tree15d6843515833c5aa7274042475fb43b47b07c76 /drivers/staging/hv/blkvsc_drv.c
parent173f3463804dbd583887de9871e85408942f90ee (diff)
staging: hv: Corrected all header comment formats kernel-doc format
Removed kerneldoc /** from functions that should not have them. Added proper kerneldoc headers to functions that should have them. This includes fixes as pointed out by Randy Dunlap and Joe Perches. Cc: Joe Perches <joe@perches.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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)