]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: gpib: tms9914: Fix typo in comment
authorAkiyoshi Kurita <weibu@redadmin.org>
Tue, 23 Sep 2025 18:25:02 +0000 (03:25 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:27 +0000 (09:09 +0200)
Fix a typo found by codespell.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Link: https://lore.kernel.org/r/20250923182502.2573049-1-weibu@redadmin.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/tms9914/tms9914.c

index 0d11b80bb9829dbce2c47fd34976e58d0ab1bb30..72a11596a35ebb1845bb427d9b0bc4a754cdf6d0 100644 (file)
@@ -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);