USB: Fix up terminology in include files
USB is a HOST/DEVICE protocol, as per the specification and all documentation. Fix up terms that are not applicable to make things match up with the terms used through the rest of the USB stack. Acked-by: Felipe Balbi <balbi@kernel.org> Link: https://lore.kernel.org/r/20200701171555.3198836-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -422,7 +422,7 @@ struct usb_devmap {
|
||||
* Allocated per bus (tree of devices) we have:
|
||||
*/
|
||||
struct usb_bus {
|
||||
struct device *controller; /* host/master side hardware */
|
||||
struct device *controller; /* host side hardware */
|
||||
struct device *sysdev; /* as seen from firmware or bus */
|
||||
int busnum; /* Bus number (in order of reg) */
|
||||
const char *bus_name; /* stable id (PCI slot_name etc) */
|
||||
|
Reference in New Issue
Block a user