staging: gpib: Modify mismatched function name

No functional modification involved.

drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c:676: warning: expecting prototype for interface_clear(). Prototype was for usb_gpib_interface_clear() instead.
drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c:654: warning: expecting prototype for go_to_standby(). Prototype was for usb_gpib_go_to_standby() instead.
drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c:636: warning: expecting prototype for enable_eos(). Prototype was for usb_gpib_enable_eos() instead.
drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c:618: warning: expecting prototype for disable_eos(). Prototype was for usb_gpib_disable_eos() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=12253
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20241206022504.69670-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Jiapeng Chong and committed by Greg Kroah-Hartman 8c41fae5 fd1885db

+4 -4
+4 -4
drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
··· 608 608 } 609 609 610 610 /** 611 - * disable_eos() - Disable END on eos byte (END on EOI only) 611 + * usb_gpib_disable_eos() - Disable END on eos byte (END on EOI only) 612 612 * 613 613 * @board: the gpib_board data area for this gpib interface 614 614 * ··· 624 624 } 625 625 626 626 /** 627 - * enable_eos() - Enable END for reads when eos byte is received. 627 + * usb_gpib_enable_eos() - Enable END for reads when eos byte is received. 628 628 * 629 629 * @board: the gpib_board data area for this gpib interface 630 630 * @eos_byte: the 'eos' byte ··· 647 647 } 648 648 649 649 /** 650 - * go_to_standby() - De-assert ATN 650 + * usb_gpib_go_to_standby() - De-assert ATN 651 651 * 652 652 * @board: the gpib_board data area for this gpib interface 653 653 */ ··· 664 664 } 665 665 666 666 /** 667 - * interface_clear() - Assert or de-assert IFC 667 + * usb_gpib_interface_clear() - Assert or de-assert IFC 668 668 * 669 669 * @board: the gpib_board data area for this gpib interface 670 670 * assert: 1: assert IFC; 0: de-assert IFC