OSDN Git Service

scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / scsi / qla4xxx / ql4_os.c
index f714d5f..3fda583 100644 (file)
@@ -4150,7 +4150,7 @@ static void qla4xxx_mem_free(struct scsi_qla_host *ha)
                dma_free_coherent(&ha->pdev->dev, ha->queues_len, ha->queues,
                                  ha->queues_dma);
 
-        if (ha->fw_dump)
+       if (ha->fw_dump)
                vfree(ha->fw_dump);
 
        ha->queues_len = 0;