Message ID | 20190104171025.8448-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Deferred |
Headers | show |
Series | scsi: gdth: fix indentation issue, remove a tab | expand |
diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c index 194c294f9b6c..159a4e301c4d 100644 --- a/drivers/scsi/gdth.c +++ b/drivers/scsi/gdth.c @@ -5039,7 +5039,7 @@ static int gdth_pci_probe_one(gdth_pci_str *pcistr, gdth_ha_str **ha_out) if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) { printk(KERN_WARNING "GDT-PCI %d: " "Unable to set 32-bit DMA\n", ha->hanum); - goto out_free_coal_stat; + goto out_free_coal_stat; } } else { shp->max_cmd_len = 16;