Re: [PATCH] platform/surface: aggregator: Fix kernel-doc references

2021-01-18 Thread Hans de Goede
Hi, On 1/14/21 4:08 PM, Maximilian Luz wrote: > 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(). > >

[PATCH] platform/surface: aggregator: Fix kernel-doc references

2021-01-14 Thread Maximilian Luz
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 --- Note: This patch does