Skip to content

Commit 4ec9b9b

Browse files
gascoargregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4f991a6 commit 4ec9b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ static int usb_gpib_go_to_standby(struct gpib_board *board)
621621
* usb_gpib_interface_clear() - Assert or de-assert IFC
622622
*
623623
* @board: the gpib_board data area for this gpib interface
624-
* assert: 1: assert IFC; 0: de-assert IFC
624+
* @assert: 1: assert IFC; 0: de-assert IFC
625625
*
626626
* Currently on the assert request we issue the lpvo IBZ
627627
* command that cycles IFC low for 100 usec, then we ignore

0 commit comments

Comments
 (0)