mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
gpib: fmh_gpib: Fix typo
Fix typo: Hueristically -> Heuristically Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com> Link: https://patch.msgid.link/20260528172306.34050-1-dominik.karol.piatkowski@protonmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
775553d19b
commit
28a561eeaf
|
|
@ -1338,7 +1338,7 @@ static int fmh_gpib_init(struct fmh_priv *e_priv, struct gpib_board *board, int
|
|||
write_byte(nec_priv, AUX_LO_SPEED, AUXMR);
|
||||
nec7210_set_handshake_mode(board, nec_priv, handshake_mode);
|
||||
|
||||
/* Hueristically check if hardware supports fifo half full/empty interrupts */
|
||||
/* Heuristically check if hardware supports fifo half full/empty interrupts */
|
||||
fifo_status_bits = fifos_read(e_priv, FIFO_CONTROL_STATUS_REG);
|
||||
e_priv->supports_fifo_interrupts = (fifo_status_bits & TX_FIFO_EMPTY) &&
|
||||
(fifo_status_bits & TX_FIFO_HALF_EMPTY);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user