···164164 * functions/operations that only deal with general Wireless USB HC165165 * issues use this data type to refer to the host.166166 *167167- * @usb_hcd Instantiation of a USB host controller167167+ * @usb_hcd Instantiation of a USB host controller168168 * (initialized by upper layer [HWA=HC or WHCI].169169 *170170 * @dev Device that implements this; initialized by the···196196 * @ports_max Number of simultaneous device connections (fake197197 * ports) this HC will take. Read-only.198198 *199199- * @port Array of port status for each fake root port. Guaranteed to199199+ * @port Array of port status for each fake root port. Guaranteed to200200 * always be the same length during device existence201201 * [this allows for some unlocked but referenced reading].202202 *···329329 * This is a safe assumption as @usb_dev->bus is referenced all the330330 * time during the @usb_dev life cycle.331331 */332332-static inline struct usb_hcd *usb_hcd_get_by_usb_dev(struct usb_device *usb_dev)332332+static inline333333+struct usb_hcd *usb_hcd_get_by_usb_dev(struct usb_device *usb_dev)333334{334335 struct usb_hcd *usb_hcd;335336 usb_hcd = container_of(usb_dev->bus, struct usb_hcd, self);