USB: serial: qcserial: fix up wording in a comment
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2020 09:42:56 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Jun 2020 06:58:47 +0000 (08:58 +0200)
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>
drivers/usb/serial/qcserial.c

index d147feae83e69484719a01189b2ffd3e4fd2f576..5dfbbaef38bb8cb15eaf6b713bd4309281f623e3 100644 (file)
@@ -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) */