]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: fix kernel-doc section for function usb_gpib_interface_clear()
authorGaston Gonzalez <gascoar@gmail.com>
Wed, 5 Mar 2025 19:32:18 +0000 (16:32 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 14:02:41 +0000 (07:02 -0700)
commit4ec9b9b584c9b3e3515d4174aa815589e70e65aa
tree20220d794931d9918db061f76dd086c58b24b309
parent4f991a6430f7634d7e5c6cfa089160c6337f3bc2
staging: gpib: fix kernel-doc section for function usb_gpib_interface_clear()

Add '@' character in kernel-doc comment in order 'assert' to be picked as
argument by the kernel-doc compiler.

This change fix the following warning:

warning: Function parameter or struct member 'assert' not described in
'usb_gpib_interface_clear'

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20250305193614.39604-5-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c