mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
staging: gpib: fix typo
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>
This commit is contained in:
parent
fdcb641fe9
commit
a713222906
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user