Skip to content

Fix typo #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ themselves as GPIO chips with the gpio subsystem. Each of these chips provides
access to a set of GPIOs. At present, when this chip is registered a global
base number is assigned to this driver. The comments from the linux kernel
[`gpio_chip_add_data`](https://elixir.bootlin.com/linux/v4.9.85/source/drivers/gpio/gpiolib.c#L1087)
sum up the situation nicely when assignign the a base number to a GPIO chip
sum up the situation nicely when assigning the a base number to a GPIO chip
on registration.

/*
Expand Down