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

Add a colon character in the kernel-doc section of write_loop() in order
'leng' to be picked as argument by the kernel-doc compiler.

This change fix the following warning:

warning: Function parameter or struct member 'leng' not described in
'send_command'

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