]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Staging: hv: Rename the function stor_vsc_on_host_reset()
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 10 May 2011 14:54:35 +0000 (07:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 May 2011 20:39:18 +0000 (13:39 -0700)
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/storvsc_drv.c

index 4c0832894277929dd974187ec36d2f24afeeec64..d8ce28ead46af09e193cc0c1908f86bf522fc63c 100644 (file)
@@ -536,7 +536,7 @@ static int storvsc_drv_init(void)
 }
 
 
-static int stor_vsc_on_host_reset(struct hv_device *device)
+static int storvsc_host_reset(struct hv_device *device)
 {
        struct storvsc_device *stor_device;
        struct hv_storvsc_request *request;
@@ -933,7 +933,7 @@ static int storvsc_host_reset_handler(struct scsi_cmnd *scmnd)
                    scmnd->device, dev);
 
        /* Invokes the vsc to reset the host/bus */
-       ret = stor_vsc_on_host_reset(dev);
+       ret = storvsc_host_reset(dev);
        if (ret != 0)
                return ret;