Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shivam Chaudhary and committed by
Bartosz Golaszewski
f53ab435 f522f396

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