mirror of https://github.com/torvalds/linux.git
Fix kernel-doc warning for missing function parameter 'mode' description:
../drivers/usb/typec/bus.c:268: warning: Function parameter or member 'mode' not described in 'typec_match_altmode'
Also fix typos for same function documentation.
Fixes:
|
||
|---|---|---|
| .. | ||
| altmodes | ||
| fusb302 | ||
| mux | ||
| ucsi | ||
| Kconfig | ||
| Makefile | ||
| bus.c | ||
| bus.h | ||
| class.c | ||
| mux.c | ||
| tcpci.c | ||
| tcpci.h | ||
| tcpci_rt1711h.c | ||
| tcpm.c | ||
| tps6598x.c | ||
| typec_wcove.c | ||