forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/usb/core/ledtrig-usbport.c
....@@ -34,7 +34,7 @@
3434 * Helpers
3535 ***************************************/
3636
37
-/**
37
+/*
3838 * usbport_trig_usb_dev_observed - Check if dev is connected to observed port
3939 */
4040 static bool usbport_trig_usb_dev_observed(struct usbport_trig_data *usbport_data,
....@@ -64,7 +64,7 @@
6464 return 0;
6565 }
6666
67
-/**
67
+/*
6868 * usbport_trig_update_count - Recalculate amount of connected matching devices
6969 */
7070 static void usbport_trig_update_count(struct usbport_trig_data *usbport_data)
....@@ -123,7 +123,7 @@
123123 * Adding & removing ports
124124 ***************************************/
125125
126
-/**
126
+/*
127127 * usbport_trig_port_observed - Check if port should be observed
128128 */
129129 static bool usbport_trig_port_observed(struct usbport_trig_data *usbport_data,