USB: storage: scsi: fix up comment to be more specific
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2020 09:42:59 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Jun 2020 06:58:53 +0000 (08:58 +0200)
Fix up the wording in a comment for the scsi driver saying what it does
using better terminology.

Cc: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20200618094300.1887727-8-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/scsiglue.c

index f4c2359..e5a971b 100644 (file)
@@ -298,7 +298,7 @@ static int slave_configure(struct scsi_device *sdev)
        } else {
 
                /*
-                * Non-disk-type devices don't need to blacklist any pages
+                * Non-disk-type devices don't need to ignore any pages
                 * or to force 192-byte transfer lengths for MODE SENSE.
                 * But they do need to use MODE SENSE(10).
                 */