File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
drivers/staging/gpib/lpvo_usb_gpib Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ static int usb_gpib_command(gpib_board_t *board,
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,7 +624,7 @@ static void usb_gpib_disable_eos(gpib_board_t *board)
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,7 +647,7 @@ static int usb_gpib_enable_eos(gpib_board_t *board,
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,7 +664,7 @@ static int usb_gpib_go_to_standby(gpib_board_t *board)
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
You can’t perform that action at this time.
0 commit comments