mbox series

[v2,0/2] gpio: fix several typos

Message ID 20200424154103.10311-1-zhengdejin5@gmail.com
Headers show
Series gpio: fix several typos | expand

Message

Dejin Zheng April 24, 2020, 3:41 p.m. UTC
Use codespell to fix two typos in ftgpio010 and mm-lantiq drivers.
s/desireable/desirable/ for ftgpio010 driver.
s/dont/don't/ for mm-lantiq driver.

v1 -> v2:
	- split patch v1 (only one patch) into patches for each driver
	  by Bartosz's suggestion. thanks Bartosz.

Dejin Zheng (2):
  gpio: ftgpio010: Fix small typo
  gpio: mm-lantiq: Fix small typo

 drivers/gpio/gpio-ftgpio010.c | 2 +-
 drivers/gpio/gpio-mm-lantiq.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)