kernel/drivers/usb/storage/uas-detect.h
.. .. @@ -120,7 +120,7 @@ 120 120 121 121 if (flags & US_FL_IGNORE_UAS) { 122 122 dev_warn(&udev->dev, 123 - "UAS is blacklisted for this device, using usb-storage instead\n");123 + "UAS is ignored for this device, using usb-storage instead\n");124 124 return 0; 125 125 } 126 126