From patchwork Thu Jun 18 09:42:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 11611691 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C442D138C for ; Thu, 18 Jun 2020 09:44:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A487221D7E for ; Thu, 18 Jun 2020 09:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592473440; bh=Wy9ApHk7lhW5ubr5Fi337sJMoRNgbw7hh2p3KGOQabI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=qXyn1q9K21yFX0zY6yNxAtBtLqPbEUQxdLBqZ1dtH8qI1ObpBTMnuLBLpdJpHVYG/ 2/BD1Zfi0d0FifDFapNmkHEytHImlrHxRxElq8YZ8KkIsfV6sSSn/1FPKNNk3ueiFR g4vIg8TC5lH5sOmnZd6zbd+E3c0k/ZV/qkowgxBo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729323AbgFRJnv (ORCPT ); Thu, 18 Jun 2020 05:43:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:43782 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729266AbgFRJnW (ORCPT ); Thu, 18 Jun 2020 05:43:22 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9FAC621548; Thu, 18 Jun 2020 09:43:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592473402; bh=Wy9ApHk7lhW5ubr5Fi337sJMoRNgbw7hh2p3KGOQabI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gyjR7KH+cdc7/MGMLakGNRVrBmXHVIhGogIxqzMsMTzwXMIUfSurmVkfeKXV+EUiC 9eZDl1Pcpcv+7VM9s+ywT00spmVFHnwezYUxXQdKVr48UE5B8TZvvkJUU4ZzaPGjQt yb62QSdDWwGoQ5uZz7soAzDjnInyb3okzu6JZkdE= From: Greg Kroah-Hartman To: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Johan Hovold Subject: [PATCH 4/8] USB: serial: qcserial: fix up wording in a comment Date: Thu, 18 Jun 2020 11:42:56 +0200 Message-Id: <20200618094300.1887727-5-gregkh@linuxfoundation.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200618094300.1887727-1-gregkh@linuxfoundation.org> References: <20200618094300.1887727-1-gregkh@linuxfoundation.org> MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Better describe what is happening with a list of devices that are being ignored by the driver. Cc: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/qcserial.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index d147feae83e6..5dfbbaef38bb 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -365,9 +365,8 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id) * a specific function, while the subclass indicate a * specific firmware source * - * This is a blacklist of functions known to be - * non-serial. The rest are assumed to be serial and - * will be handled by this driver + * This is a list of functions known to be non-serial. The rest + * are assumed to be serial and will be handled by this driver */ switch (intf->desc.bInterfaceProtocol) { /* QMI combined (qmi_wwan) */