[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241017192056.85570-1-dominik.karol.piatkowski@protonmail.com>
Date: Thu, 17 Oct 2024 19:21:45 +0000
From: Dominik Karol Piątkowski <dominik.karol.piatkowski@...tonmail.com>
To: dpenkler@...il.com, gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org, Dominik Karol Piątkowski <dominik.karol.piatkowski@...tonmail.com>
Subject: [PATCH] staging: gpib: fmh_gpib: Fix typo
This patch fixes a typo: scenerio -> scenario.
Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@...tonmail.com>
---
drivers/staging/gpib/fmh_gpib/fmh_gpib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
*/
--
2.34.1
Powered by blists - more mailing lists