[PATCH] scsi: gdth: fix indentation issue, remove a tab

From: Colin King
Date: Fri Jan 04 2019 - 12:11:37 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

A goto statement is indented incorrectly, fix this by removing a tab.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
drivers/scsi/gdth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;
--
2.19.1