From 3f8f4f19b94cc50e8a3fa3f63815caa0677ff57a Mon Sep 17 00:00:00 2001 From: Andreas Bofjall Date: Mon, 9 Mar 2015 21:55:12 +0100 Subject: [PATCH] gpio: f7188x: correct spelling of "Fintek" The company is called "Fintek", not "Fintech". Fix it. Signed-off-by: Andreas Bofjall Reviewed-by: Alexandre Courbot Signed-off-by: Linus Walleij --- drivers/gpio/gpio-f7188x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-f7188x.c b/drivers/gpio/gpio-f7188x.c index 1be291ac6319..fbd954ee5468 100644 --- a/drivers/gpio/gpio-f7188x.c +++ b/drivers/gpio/gpio-f7188x.c @@ -410,7 +410,7 @@ err: } /* - * Try to match a supported Fintech device by reading the (hard-wired) + * Try to match a supported Fintek device by reading the (hard-wired) * configuration I/O ports. If available, then register both the platform * device and driver to support the GPIOs. */ -- 2.34.1