]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: vt6655: correct documentation warnings
authorEdmundo Carmona Antoranz <eantoranz@gmail.com>
Sun, 14 Mar 2021 14:59:42 +0000 (08:59 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Mar 2021 16:01:44 +0000 (17:01 +0100)
commitc170f1687bcff6ea809725098035a104f13dd6e4
tree9802418e37117677c11f66cd51164b7b7ed4bbe0
parent97919a5764f8b9570cb6380c3a887a75479d5cd5
staging: vt6655: correct documentation warnings

Both arguments to set_channel have changed their names and their
types. Correct the discrepancy in the function documentation to get
rid of four warnings:

drivers/staging/vt6655/channel.c:165: warning: Function parameter or member 'priv' not described in 'set_channel'
drivers/staging/vt6655/channel.c:165: warning: Function parameter or member 'ch' not described in 'set_channel'
drivers/staging/vt6655/channel.c:165: warning: Excess function parameter 'pDeviceHandler' description in 'set_channel'
drivers/staging/vt6655/channel.c:165: warning: Excess function parameter 'uConnectionChannel' description in 'set_channel'

Signed-off-by: Edmundo Carmona Antoranz <eantoranz@gmail.com>
Link: https://lore.kernel.org/r/20210314145943.1933245-2-eantoranz@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/channel.c