Skip to content

Commit a713222

Browse files
gascoargregkh
authored andcommitted
staging: gpib: fix typo
Fix typo in comment: dapter/adapter. Signed-off-by: Gaston Gonzalez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fdcb641 commit a713222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/gpib/gpio/gpib_bitbang.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static struct gpio_desc *all_descriptors[GPIB_PINS + SN7516X_PINS];
169169
#define TE all_descriptors[18]
170170
#define ACT_LED all_descriptors[19]
171171

172-
/* YOGA dapter uses a global enable for the buffer chips, re-using the TE pin */
172+
/* YOGA adapter uses a global enable for the buffer chips, re-using the TE pin */
173173
#define YOGA_ENABLE TE
174174

175175
static int gpios_vector[] = {

0 commit comments

Comments
 (0)