]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: gpib: fix typo
authorGaston Gonzalez <gascoar@gmail.com>
Fri, 18 Jul 2025 19:40:30 +0000 (16:40 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 09:28:37 +0000 (11:28 +0200)
Fix typo in comment: dapter/adapter.

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20250718194029.35652-2-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/gpio/gpib_bitbang.c

index 625fef24a0bfa61d7b79bce4a5807dfa19bc66a4..17884810fd69330915539391957c98e4a29d881b 100644 (file)
@@ -169,7 +169,7 @@ static struct gpio_desc *all_descriptors[GPIB_PINS + SN7516X_PINS];
 #define TE all_descriptors[18]
 #define ACT_LED all_descriptors[19]
 
-/* YOGA dapter uses a global enable for the buffer chips, re-using the TE pin */
+/* YOGA adapter uses a global enable for the buffer chips, re-using the TE pin */
 #define YOGA_ENABLE TE
 
 static int gpios_vector[] = {