From patchwork Wed Feb 27 17:52:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Wilk X-Patchwork-Id: 10832155 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 A38F31390 for ; Wed, 27 Feb 2019 18:02:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 95BD22EB6C for ; Wed, 27 Feb 2019 18:02:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A3F72EB6A; Wed, 27 Feb 2019 18:02:01 +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 330C52EB6E for ; Wed, 27 Feb 2019 18:02:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726594AbfB0SCA (ORCPT ); Wed, 27 Feb 2019 13:02:00 -0500 Received: from 1.mo7.mail-out.ovh.net ([178.33.45.51]:60806 "EHLO 1.mo7.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbfB0SCA (ORCPT ); Wed, 27 Feb 2019 13:02:00 -0500 Received: from player772.ha.ovh.net (unknown [10.109.143.201]) by mo7.mail-out.ovh.net (Postfix) with ESMTP id 1B28F101E4F for ; Wed, 27 Feb 2019 18:52:43 +0100 (CET) Received: from jwilk.net (ip-5-172-255-119.free.aero2.net.pl [5.172.255.119]) (Authenticated sender: jwilk@jwilk.net) by player772.ha.ovh.net (Postfix) with ESMTPSA id 7542C3227E28; Wed, 27 Feb 2019 17:52:40 +0000 (UTC) From: Jakub Wilk To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Subject: [PATCH v2] usb: core: Fix typo in description of "authorized_default" Date: Wed, 27 Feb 2019 18:52:39 +0100 Message-Id: <20190227175239.6727-1-jwilk@jwilk.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190227145237.GA11959@kroah.com> References: <20190227145237.GA11959@kroah.com> MIME-Version: 1.0 X-Ovh-Tracer-Id: 14873982196463949685 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedutddrvddugddutdeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add missing right parenthesis. Signed-off-by: Jakub Wilk --- drivers/usb/core/hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 3b6e3e25f59e..3189181bb628 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c @@ -385,7 +385,7 @@ module_param(authorized_default, int, S_IRUGO|S_IWUSR); MODULE_PARM_DESC(authorized_default, "Default USB device authorization: 0 is not authorized, 1 is " "authorized, 2 is authorized for internal devices, -1 is " - "authorized except for wireless USB (default, old behaviour"); + "authorized except for wireless USB (default, old behaviour)"); /*-------------------------------------------------------------------------*/ /**