]> asedeno.scripts.mit.edu Git - linux.git/commit
usbip: vhci-hcd: Rename function names to reflect their struct names
authorYuyang Du <yuyang.du@intel.com>
Thu, 8 Jun 2017 05:04:05 +0000 (13:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 08:51:09 +0000 (10:51 +0200)
commit5ec0edc96558a0090c7c3361adc0a5d98102cd80
tree044fb6363b240b5a78bf5af8840dd0bf93f896cb
parent264ffb194a92df256b604d649faadfbd23a054e2
usbip: vhci-hcd: Rename function names to reflect their struct names

These helper function names are renamed to have their full struct
names to avoid confusion:

 - hcd_to_vhci() -> hcd_to_vhci_hcd()
 - vhci_to_hcd() -> vhci_hcd_to_hcd()
 - vdev_to_vhci() -> vdev_to_vhci_hcd()

Signed-off-by: Yuyang Du <yuyang.du@intel.com>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vhci.h
drivers/usb/usbip/vhci_hcd.c
drivers/usb/usbip/vhci_rx.c
drivers/usb/usbip/vhci_sysfs.c