Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ieee802154: ca8210: Fix incorrectly named function param doc

Fixes the following W=1 kernel build warning(s):

drivers/net/ieee802154/ca8210.c:724: warning: Function parameter or member 'cas_ctl' not described in 'ca8210_rx_done'
drivers/net/ieee802154/ca8210.c:724: warning: Excess function parameter 'cas_ctrl' description in 'ca8210_rx_done'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Link: https://lore.kernel.org/r/20201102114512.1062724-24-lee.jones@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Lee Jones and committed by
Jakub Kicinski
800a328b 34e653ef

+1 -1
+1 -1
drivers/net/ieee802154/ca8210.c
··· 715 715 /** 716 716 * ca8210_rx_done() - Calls various message dispatches responding to a received 717 717 * command 718 - * @cas_ctrl: Pointer to the cas_control object for the relevant spi transfer 718 + * @cas_ctl: Pointer to the cas_control object for the relevant spi transfer 719 719 * 720 720 * Presents a received SAP command from the ca8210 to the Cascoda EVBME, test 721 721 * interface and network driver.