From patchwork Tue Jan 24 23:34:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 646353 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D377C38142 for ; Tue, 24 Jan 2023 23:35:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233643AbjAXXfB (ORCPT ); Tue, 24 Jan 2023 18:35:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233737AbjAXXe7 (ORCPT ); Tue, 24 Jan 2023 18:34:59 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA21E4ED27; Tue, 24 Jan 2023 15:34:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=z33pQjo2sqnjX+oWqsRt7jj4kSZj16MMYd3bF/XJY6w=; b=CAxqrX95Ee2z8b587wMhEVQP84 SRUdVoImnHfKD4VhbmSKs05kcM1kEKWVlWfqheOCMaKeYvVIsch0kjD/L13OxfSUN5zr9DTAFrzIV sBQXwKBdbVQzbThd8NnshGbKpoRhV2wvnyuEjcJ3wqPLStrtjO4xhntq/thtHG6biO3cERVMcOv0n baJSTC0s6/Kq7VxEAAb8F2l3AIbc2KVIfLnWeyOmZf7TWJA1cjX5/ijncOxV5fqc6edT3D6oJHge6 xQyIElNus6txtxxDGj8JxGfTFdif8gHykBf2Q12YnChWS5/0NMGBGEoj/RBUkmkdFOvgVQrwR/QFq AESZYfgw==; Received: from [2601:1c2:d80:3110::9307] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKSoX-005eDw-Mu; Tue, 24 Jan 2023 23:34:53 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Dmitry Torokhov , linux-input@vger.kernel.org Subject: [PATCH] input: keyboard: fix a Kconfig spelling mistake & hyphenation Date: Tue, 24 Jan 2023 15:34:53 -0800 Message-Id: <20230124233453.22893-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Correct a spelling mistake (reported by codespell). Also hyphenate "matrix-based". Signed-off-by: Randy Dunlap Cc: Dmitry Torokhov Cc: linux-input@vger.kernel.org --- drivers/input/keyboard/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -557,7 +557,7 @@ config KEYBOARD_PMIC8XXX help Say Y here if you want to enable the driver for the PMIC8XXX keypad provided as a reference design from Qualcomm. This is intended - to support upto 18x8 matrix based keypad design. + to support up to 18x8 matrix-based keypad design. To compile this driver as a module, choose M here: the module will be called pmic8xxx-keypad.