hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/c67x00/c67x00-ll-hpi.c
....@@ -262,7 +262,7 @@
262262 return hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num));
263263 }
264264
265
-/**
265
+/*
266266 * c67x00_ll_usb_clear_status - clear the USB status bits
267267 */
268268 void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits)
....@@ -395,7 +395,7 @@
395395
396396 /* -------------------------------------------------------------------------- */
397397
398
-/**
398
+/*
399399 * c67x00_ll_write_mem_le16 - write into c67x00 memory
400400 * Only data is little endian, addr has cpu endianess.
401401 */
....@@ -434,7 +434,7 @@
434434 }
435435 }
436436
437
-/**
437
+/*
438438 * c67x00_ll_read_mem_le16 - read from c67x00 memory
439439 * Only data is little endian, addr has cpu endianess.
440440 */