On Fri, 2016-12-09 at 17:35 +0800, Wei Fang wrote: > diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h > index 8990e58..5c53cf5 100644 > --- a/include/scsi/scsi_device.h > +++ b/include/scsi/scsi_device.h > @@ -31,7 +31,7 @@ struct scsi_mode_data { > enum scsi_device_state { > SDEV_CREATED = 1, /* device created but not added to > sysfs > * Only internal commands allowed > (for inq) */ > - SDEV_RUNNING, /* device properly configured > + SDEV_RUNNING, /* device properly initialized > * All commands allowed */ > SDEV_CANCEL, /* beginning to delete device > * Only error handler commands > allowed */ This hunk is still pointless. What even is the difference between initialized and configured to someone reading the comments? The reason for not having pointless changes is to make this as clean as possible for a backport to stable. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html