Re: [PATCH v2 1/9] usbip: vhci-hcd: Rename function names to reflect their struct names

2017-06-06 Thread Shuah Khan
On 05/18/2017 04:08 AM, Yuyang Du wrote: > From: Yuyang Du > > 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() ->

[PATCH v2 1/9] usbip: vhci-hcd: Rename function names to reflect their struct names

2017-05-18 Thread Yuyang Du
From: Yuyang Du 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