Both, ssh_rtl_rx_start() and ssh_rtl_tx_start() functions, do not exist and have been consolidated into ssh_rtl_start(). Nevertheless, kernel-doc references the former functions. Replace those references with references to ssh_rtl_start(). Signed-off-by: Maximilian Luz <luzmaximilian@xxxxxxxxx> --- Note: This patch does not change the kernel doc at the ssh_rtl_start() itself, as there is already another patch for it: "platform/surface: aggregator: fix a kernel-doc markup" https://lore.kernel.org/patchwork/patch/1364953/ --- drivers/platform/surface/aggregator/ssh_request_layer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/platform/surface/aggregator/ssh_request_layer.c b/drivers/platform/surface/aggregator/ssh_request_layer.c index bb1c862411a2..4fbe58265e31 100644 --- a/drivers/platform/surface/aggregator/ssh_request_layer.c +++ b/drivers/platform/surface/aggregator/ssh_request_layer.c @@ -1004,9 +1004,8 @@ int ssh_request_init(struct ssh_request *rqst, enum ssam_request_flags flags, * * Initializes the given request transport layer and associated packet * transport layer. Transmitter and receiver threads must be started - * separately via ssh_rtl_tx_start() and ssh_rtl_rx_start(), after the - * request-layer has been initialized and the lower-level serial device layer - * has been set up. + * separately via ssh_rtl_start(), after the request-layer has been + * initialized and the lower-level serial device layer has been set up. * * Return: Returns zero on success and a nonzero error code on failure. */ -- 2.30.0