Fix typos in GPIO TODO document

Corrected minor typos in the GPIO TODO document:
- Fixed "ivolves" to "involves"
- Corrected "boardfiles" to "board files"

Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
Link: https://lore.kernel.org/r/20240925154657.38704-1-cvam0000@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
Shivam Chaudhary 2024-09-25 21:16:57 +05:30 committed by Bartosz Golaszewski
parent f522f396ab
commit f53ab43553

View file

@ -61,8 +61,8 @@ Work items:
- Change all consumer drivers that #include <linux/of_gpio.h> to - Change all consumer drivers that #include <linux/of_gpio.h> to
#include <linux/gpio/consumer.h> and stop doing custom parsing of the #include <linux/gpio/consumer.h> and stop doing custom parsing of the
GPIO lines from the device tree. This can be tricky and often ivolves GPIO lines from the device tree. This can be tricky and often involves
changing boardfiles, etc. changing board files, etc.
- Pull semantics for legacy device tree (OF) GPIO lookups into - Pull semantics for legacy device tree (OF) GPIO lookups into
gpiolib-of.c: in some cases subsystems are doing custom flags and gpiolib-of.c: in some cases subsystems are doing custom flags and