forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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