From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FD71CA9EAF for ; Thu, 24 Oct 2019 12:33:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B50820650 for ; Thu, 24 Oct 2019 12:33:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439203AbfJXMdD (ORCPT ); Thu, 24 Oct 2019 08:33:03 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:48014 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2439157AbfJXMdC (ORCPT ); Thu, 24 Oct 2019 08:33:02 -0400 Received: from ramsan ([84.195.182.253]) by baptiste.telenet-ops.be with bizsmtp id HQZ0210055USYZQ01QZ0Bw; Thu, 24 Oct 2019 14:33:00 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iNcIW-0005tO-03; Thu, 24 Oct 2019 14:33:00 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iNcIV-0003Ny-V2; Thu, 24 Oct 2019 14:32:59 +0200 From: Geert Uytterhoeven To: Jiri Kosina , Benjamin Tissoires Cc: Andrej Shadura , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2] HID: Typo s/to back 0/back to 0/ Date: Thu, 24 Oct 2019 14:32:58 +0200 Message-Id: <20191024123258.12959-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 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 --- v2: - Add Acked-by. --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1ecb5124421c00cd..47c520b9013e16f9 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1038,7 +1038,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)" -- 2.17.1