From patchwork Sun Apr 12 09:57:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe JAILLET X-Patchwork-Id: 11484499 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9285F81 for ; Sun, 12 Apr 2020 09:57:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 72108206E9 for ; Sun, 12 Apr 2020 09:57:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726614AbgDLJ5P (ORCPT ); Sun, 12 Apr 2020 05:57:15 -0400 Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:50451 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725909AbgDLJ5P (ORCPT ); Sun, 12 Apr 2020 05:57:15 -0400 Received: from localhost.localdomain ([90.126.162.40]) by mwinf5d55 with ME id RlxC2200C0scBcy03lxC7H; Sun, 12 Apr 2020 11:57:13 +0200 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 12 Apr 2020 11:57:13 +0200 X-ME-IP: 90.126.162.40 From: Christophe JAILLET To: dmitry.torokhov@gmail.com, tglx@linutronix.de Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] Input: Fix a typo in a module name in Kconfig Date: Sun, 12 Apr 2020 11:57:11 +0200 Message-Id: <20200412095711.9107-1-christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org A 'y' is missing in spear-keyboard. Signed-off-by: Christophe JAILLET --- drivers/input/keyboard/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 28de965a08d5..793ecbbda32c 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -701,7 +701,7 @@ config KEYBOARD_SPEAR Say Y here if you want to use the SPEAR keyboard. To compile this driver as a module, choose M here: the - module will be called spear-keboard. + module will be called spear-keyboard. config KEYBOARD_TC3589X tristate "TC3589X Keypad support"