Skip to content

Commit e81ccba

Browse files
Sach1nAgarwallinusw
authored andcommitted
gpio: vx855: fixed a typo
we had written "betwee" rather than "between". Signed-off-by: Sachin agarwal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 726a445 commit e81ccba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-vx855.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static inline u_int32_t gpio_o_bit(int i)
7171
return 1 << (i + 13);
7272
}
7373

74-
/* Mapping betwee numeric GPIO ID and the actual GPIO hardware numbering:
74+
/* Mapping between numeric GPIO ID and the actual GPIO hardware numbering:
7575
* 0..13 GPI 0..13
7676
* 14..26 GPO 0..12
7777
* 27..41 GPIO 0..14

0 commit comments

Comments
 (0)