From patchwork Mon Jul 19 10:27:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin King X-Patchwork-Id: 480205 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable 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 2DF31C12002 for ; Mon, 19 Jul 2021 10:27:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1488060233 for ; Mon, 19 Jul 2021 10:27:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235947AbhGSJqx (ORCPT ); Mon, 19 Jul 2021 05:46:53 -0400 Received: from smtp-relay-canonical-0.canonical.com ([185.125.188.120]:59844 "EHLO smtp-relay-canonical-0.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235172AbhGSJqx (ORCPT ); Mon, 19 Jul 2021 05:46:53 -0400 Received: from localhost (1.general.cking.uk.vpn [10.172.193.212]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id BD508408AC; Mon, 19 Jul 2021 10:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1626690451; bh=bMnvG/oWgYe0xTyt+xJvMbwgbB+r0j8c1oN49XEI3Uo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=KOsMx4++LPULDn7NE27AlQSloFzjekCHJoUxSp7yCZZU6nvYsv9sfErmtQvxKk2rg mc8IS5AKlXmtZEJhG6gO7CTCWmb1/8VHONlqb4PkFd31HCLxfM/UKywAUHFXhmsduQ mJiSlarag6btFlCNM8fn3qsV+lEfhwmkKnOsIy2QE8D3fjqHlC1yyFHrtqqGOP4e/2 194+W8fKeHz7HibKyerWm0Jic3K0HRekJSbegZWzZSsLeebSJGtchZcyz49U0ZV0fG /OjoXM1z4C/ZyL9Thloodkjrd18Ev1McO6rsPQX/JxcDWevXQQbsYQEVYdIUo5dfqp yBaQ8xYMc4rPQ== From: Colin King To: Jiri Kosina , linux-usb@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: kernel-janitors@vger.kernel.org Subject: [PATCH] USB HID: Fix spelling mistake "Uninterruptable" -> "Uninterruptible" Date: Mon, 19 Jul 2021 11:27:31 +0100 Message-Id: <20210719102731.15107-1-colin.king@canonical.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Colin Ian King There is a spelling mistake in the Kconfig text. Fix it. Signed-off-by: Colin Ian King --- drivers/hid/usbhid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index dcf3a235870f..7c2032f7f44d 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig @@ -38,7 +38,7 @@ config USB_HIDDEV help Say Y here if you want to support HID devices (from the USB specification standpoint) that aren't strictly user interface - devices, like monitor controls and Uninterruptable Power Supplies. + devices, like monitor controls and Uninterruptible Power Supplies. This module supports these devices separately using a separate event interface on /dev/usb/hiddevX (char 180:96 to 180:111).