From patchwork Sun Jan 25 17:16:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Bofjall X-Patchwork-Id: 432574 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0622D1401EF for ; Mon, 26 Jan 2015 04:16:49 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753230AbbAYRQs (ORCPT ); Sun, 25 Jan 2015 12:16:48 -0500 Received: from mxf5.bahnhof.se ([213.80.101.29]:65409 "EHLO mxf5.bahnhof.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752918AbbAYRQs (ORCPT ); Sun, 25 Jan 2015 12:16:48 -0500 Received: from localhost (mxf5.local [127.0.0.1]) by mxf5-reinject (Postfix) with ESMTP id 6332B949D04; Sun, 25 Jan 2015 18:16:46 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) X-Spam-Score: 0.306 X-Spam-Level: X-Spam-Status: No, score=0.306 tagged_above=-99 required=5 tests=[DNS_FROM_AHBL_RHSBL=0.306] Received: from mxf5.bahnhof.se ([127.0.0.1]) by localhost (mxf5.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sNvZfE9OattQ; Sun, 25 Jan 2015 18:16:41 +0100 (CET) Received: from localhost (h-186-202.a165.priv.bahnhof.se [109.228.186.202]) by mxf5.bahnhof.se (Postfix) with ESMTP id D7120949CF3; Sun, 25 Jan 2015 18:16:41 +0100 (CET) From: Andreas Bofjall To: linux-gpio@vger.kernel.org Cc: Andreas Bofjall Subject: [PATCH 1/3] gpio: f7188x: correct spelling of "Fintek" Date: Sun, 25 Jan 2015 18:16:17 +0100 Message-Id: <1422206179-11464-2-git-send-email-andreas@gazonk.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1422206179-11464-1-git-send-email-andreas@gazonk.org> References: <1422206179-11464-1-git-send-email-andreas@gazonk.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The company is called "Fintek", not "Fintech". Fix it. Signed-off-by: Andreas Bofjall --- 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 fd3202f..53be51d 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. */