forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/usb/gadget/legacy/zero.c
....@@ -11,8 +11,8 @@
1111 * can write a hardware-agnostic gadget driver running inside a USB device.
1212 * Some hardware details are visible, but don't affect most of the driver.
1313 *
14
- * Use it with the Linux host/master side "usbtest" driver to get a basic
15
- * functional test of your device-side usb stack, or with "usb-skeleton".
14
+ * Use it with the Linux host side "usbtest" driver to get a basic functional
15
+ * test of your device-side usb stack, or with "usb-skeleton".
1616 *
1717 * It supports two similar configurations. One sinks whatever the usb host
1818 * writes, and in return sources zeroes. The other loops whatever the host