hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/ata/pata_atiixp.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * pata_atiixp.c - ATI PATA for new ATA layer
34 * (C) 2005 Red Hat Inc
....@@ -279,7 +280,7 @@
279280 const struct ata_port_info *ppi[] = { &info, &info };
280281
281282 /* SB600 doesn't have secondary port wired */
282
- if((pdev->device == PCI_DEVICE_ID_ATI_IXP600_IDE))
283
+ if (pdev->device == PCI_DEVICE_ID_ATI_IXP600_IDE)
283284 ppi[1] = &ata_dummy_port_info;
284285
285286 return ata_pci_bmdma_init_one(pdev, ppi, &atiixp_sht, NULL,