mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
staging: gpib: fmh_gpib: Fix typo
This patch fixes a typo: scenerio -> scenario. Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com> Link: https://lore.kernel.org/r/20241017192056.85570-1-dominik.karol.piatkowski@protonmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
14bcf831f0
commit
0edaa545af
@@ -528,7 +528,7 @@ static int fmh_gpib_accel_write(gpib_board_t *board, uint8_t *buffer,
|
||||
|
||||
/* wait until we are sure we will be able to write the data byte
|
||||
* into the chip before we send AUX_SEOI. This prevents a timeout
|
||||
* scenerio where we send AUX_SEOI but then timeout without getting
|
||||
* scenario where we send AUX_SEOI but then timeout without getting
|
||||
* any bytes into the gpib chip. This will result in the first byte
|
||||
* of the next write having a spurious EOI set on the first byte.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user