Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / scsi / device_handler / scsi_dh_alua.c
index 7cae0bc853901c01b9f5bfa3b1167b9150707239..42fe52902add9b81740643da4195899c9eff3f6b 100644 (file)
@@ -541,7 +541,7 @@ static int alua_check_sense(struct scsi_device *sdev,
  *
  * Evaluate the Target Port Group State.
  * Returns SCSI_DH_DEV_OFFLINED if the path is
- * found to be unuseable.
+ * found to be unusable.
  */
 static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h)
 {
@@ -620,7 +620,7 @@ static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h)
                break;
        case TPGS_STATE_OFFLINE:
        case TPGS_STATE_UNAVAILABLE:
-               /* Path unuseable for unavailable/offline */
+               /* Path unusable for unavailable/offline */
                err = SCSI_DH_DEV_OFFLINED;
                break;
        default: