From 1869a635ad2bb1bcffafae019b413a64c0bb023f Mon Sep 17 00:00:00 2001 From: Akiyoshi Kurita Date: Wed, 24 Sep 2025 03:25:02 +0900 Subject: [PATCH] staging: gpib: tms9914: Fix typo in comment Fix a typo found by codespell. Signed-off-by: Akiyoshi Kurita Link: https://lore.kernel.org/r/20250923182502.2573049-1-weibu@redadmin.org Signed-off-by: Greg Kroah-Hartman --- drivers/staging/gpib/tms9914/tms9914.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gpib/tms9914/tms9914.c b/drivers/staging/gpib/tms9914/tms9914.c index 0d11b80bb9829..72a11596a35eb 100644 --- a/drivers/staging/gpib/tms9914/tms9914.c +++ b/drivers/staging/gpib/tms9914/tms9914.c @@ -535,7 +535,7 @@ int tms9914_read(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer buffer += num_bytes; length -= num_bytes; } - // read last bytes if we havn't received an END yet + // read last bytes if we haven't received an END yet if (*end == 0) { // make sure we holdoff after last byte read tms9914_set_holdoff_mode(priv, TMS9914_HOLDOFF_ALL); -- 2.47.3