From patchwork Mon May 27 12:25:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10962935 X-Patchwork-Delegate: jikos@jikos.cz Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 88EEA1395 for ; Mon, 27 May 2019 12:25:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 79FF028AD1 for ; Mon, 27 May 2019 12:25:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6E9F828B2C; Mon, 27 May 2019 12:25:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1AFB228AD1 for ; Mon, 27 May 2019 12:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726733AbfE0MZf (ORCPT ); Mon, 27 May 2019 08:25:35 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:41148 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726522AbfE0MZf (ORCPT ); Mon, 27 May 2019 08:25:35 -0400 Received: from ramsan ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id HQRZ2000T3XaVaC01QRZR4; Mon, 27 May 2019 14:25:34 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hVEh3-0001UE-Hp; Mon, 27 May 2019 14:25:33 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hVEh3-0001as-GN; Mon, 27 May 2019 14:25:33 +0200 From: Geert Uytterhoeven To: Jiri Kosina , Benjamin Tissoires , Andrej Shadura Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] [trivial] HID: Typo s/to back 0/back to 0/ Date: Mon, 27 May 2019 14:25:32 +0200 Message-Id: <20190527122532.6084-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix a silly word ordering typo. Fixes: 42337b9d4d958daa ("HID: add driver for U2F Zero built-in LED and RNG") Signed-off-by: Geert Uytterhoeven Acked-by: Andrej Shadura --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c3c390ca369022f0..735223f90035b2bf 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1028,7 +1028,7 @@ config HID_U2FZERO U2F Zero only supports blinking its LED, so this driver doesn't allow setting the brightness to anything but 1, which will - trigger a single blink and immediately reset to back 0. + trigger a single blink and immediately reset back to 0. config HID_WACOM tristate "Wacom Intuos/Graphire tablet support (USB)"