aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Karol PiÄ…tkowski <[email protected]>2024-10-17 19:21:45 +0000
committerGreg Kroah-Hartman <[email protected]>2024-10-19 10:02:06 +0200
commit0edaa545afbbcd7e8ff162f9fd8852c3589d2fa6 (patch)
treedcd54051800ed6fa4bc52670720472152311584c
parent14bcf831f0d79e666e2137ecc1c79b09cfddb9d9 (diff)
staging: gpib: fmh_gpib: Fix typo
This patch fixes a typo: scenerio -> scenario. Signed-off-by: Dominik Karol PiÄ…tkowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/gpib/fmh_gpib/fmh_gpib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gpib/fmh_gpib/fmh_gpib.c b/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
index 0e27b3ef1a1d..9a081aae913a 100644
--- a/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
+++ b/drivers/staging/gpib/fmh_gpib/fmh_gpib.c
@@ -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.
*/