mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 22:18:25 +00:00
Rename rpmsg_device_destory() to rpmsg_device_destroy() to fix a spelling error in the function name. The function is declared in the private header drivers/rpmsg/rpmsg.h and used only within the drivers/rpmsg/ subsystem (rpmsg.c, rpmsg_virtio.c, rpmsg_router_edge.c, rpmsg_port.c), so there is no public API or ABI impact. Signed-off-by: hanzj <hanzjian@zepp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| rpmsg.c | ||
| rpmsg.h | ||
| rpmsg_ping.c | ||
| rpmsg_ping.h | ||
| rpmsg_port.c | ||
| rpmsg_port.h | ||
| rpmsg_port_spi.c | ||
| rpmsg_port_spi_slave.c | ||
| rpmsg_port_uart.c | ||
| rpmsg_router.h | ||
| rpmsg_router_edge.c | ||
| rpmsg_router_hub.c | ||
| rpmsg_test.c | ||
| rpmsg_test.h | ||
| rpmsg_virtio.c | ||
| rpmsg_virtio_ivshmem.c | ||
| rpmsg_virtio_lite.c | ||