aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/serial/qcserial.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-06-18 11:42:56 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-06-19 08:58:47 +0200
commit4a7375edf29c6e9a095e4fe674b28e536ae590de (patch)
treecd050ed6ad36c73627b768c9ad90557bea04f62d /drivers/usb/serial/qcserial.c
parentUSB: OHCI: remove obsolete FIXME comment (diff)
downloadwireguard-linux-4a7375edf29c6e9a095e4fe674b28e536ae590de.tar.xz
wireguard-linux-4a7375edf29c6e9a095e4fe674b28e536ae590de.zip
USB: serial: qcserial: fix up wording in a comment
Better describe what is happening with a list of devices that are being ignored by the driver. Cc: Johan Hovold <johan@kernel.org> Link: https://lore.kernel.org/r/20200618094300.1887727-5-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/qcserial.c')
-rw-r--r--drivers/usb/serial/qcserial.c5
1 files 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) */