hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/usb/c67x00/c67x00-hcd.c
....@@ -228,7 +228,7 @@
228228 * Main part of host controller driver
229229 */
230230
231
-/**
231
+/*
232232 * c67x00_hcd_irq
233233 *
234234 * This function is called from the interrupt handler in c67x00-drv.c
....@@ -260,7 +260,7 @@
260260 }
261261 }
262262
263
-/**
263
+/*
264264 * c67x00_hcd_start: Host controller start hook
265265 */
266266 static int c67x00_hcd_start(struct usb_hcd *hcd)
....@@ -272,7 +272,7 @@
272272 return 0;
273273 }
274274
275
-/**
275
+/*
276276 * c67x00_hcd_stop: Host controller stop hook
277277 */
278278 static void c67x00_hcd_stop(struct usb_hcd *hcd)