From patchwork Tue Sep 9 11:02:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 4868491 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BB8A29F32E for ; Tue, 9 Sep 2014 11:03:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 297712011E for ; Tue, 9 Sep 2014 11:03:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC50820115 for ; Tue, 9 Sep 2014 11:03:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756424AbaIILDF (ORCPT ); Tue, 9 Sep 2014 07:03:05 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:56546 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756408AbaIILDB (ORCPT ); Tue, 9 Sep 2014 07:03:01 -0400 Received: by mail-pa0-f48.google.com with SMTP id hz1so7812442pad.35 for ; Tue, 09 Sep 2014 04:03:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=pb8hEqONRI5SeA6hZz4cSeqQUenQlkh+n8VlgvXtx2o=; b=akU05Y6chCnCW8NU/khiIdqiXXw1oC7H3j4Q42E7R9iQUPYVoPfnpuWqhEn0Dgmq2Q y5fiufKBviGfVZF7neK+Tg5EujIUQGIZbqHtqPFgXHorXW8OnrvfelCSFXq7wScAK+qU 737cPyUyP//BdpjbxzD1ksaf897u0O4Cg14wgBzS1qQem73kd/inPTpra+zQv1DRDCcl KNKn4u7GjGY7a/CWCbOkdBAgEeT1G5RwTqXUEqQfuxs34B1GXWzi6qbyjTJCn5/K2/Mk X0lOLYo9IG/s6wHXooQokuMgZwkbQDYsdC/TThP2DnqCQrteF/XX3bQUW7MpYTwdpi1S L5Hw== X-Received: by 10.70.42.71 with SMTP id m7mr33485266pdl.72.1410260580849; Tue, 09 Sep 2014 04:03:00 -0700 (PDT) Received: from masabert (p208205-omed01.osaka.ocn.ne.jp. [153.158.63.205]) by mx.google.com with ESMTPSA id qc3sm12048565pab.48.2014.09.09.04.02.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Sep 2014 04:02:59 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id 0591DE1DFF; Tue, 9 Sep 2014 20:02:51 +0900 (JST) From: Masanari Iida To: linux-kernel@vger.kernel.org, dmitry.torokhov@gmail.com, broonie@kernel.org, linux-input@vger.kernel.org, lrg@slimlogic.co.uk, rdunlap@infradead.org Cc: Masanari Iida Subject: [PATCH] Input:wm971x: Fix typo in module param description of wm971[23].c Date: Tue, 9 Sep 2014 20:02:48 +0900 Message-Id: <1410260568-13955-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.1.0.60.g85f0837 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fix spelling typo in module parameter description of wm9712.c and wm9713.c Signed-off-by: Masanari Iida --- drivers/input/touchscreen/wm9712.c | 2 +- drivers/input/touchscreen/wm9713.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/wm9712.c b/drivers/input/touchscreen/wm9712.c index 16b5211..705ffa1 100644 --- a/drivers/input/touchscreen/wm9712.c +++ b/drivers/input/touchscreen/wm9712.c @@ -41,7 +41,7 @@ */ static int rpu = 8; module_param(rpu, int, 0); -MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect."); +MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect."); /* * Set current used for pressure measurement. diff --git a/drivers/input/touchscreen/wm9713.c b/drivers/input/touchscreen/wm9713.c index 7405353..572a5a6 100644 --- a/drivers/input/touchscreen/wm9713.c +++ b/drivers/input/touchscreen/wm9713.c @@ -41,7 +41,7 @@ */ static int rpu = 8; module_param(rpu, int, 0); -MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect."); +MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect."); /* * Set current used for pressure measurement.