kernel/drivers/ata/pata_atiixp.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * pata_atiixp.c - ATI PATA for new ATA layer 3 4 * (C) 2005 Red Hat Inc .. .. @@ -279,7 +280,7 @@ 279 280 const struct ata_port_info *ppi[] = { &info, &info }; 280 281 281 282 /* 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)283 284 ppi[1] = &ata_dummy_port_info; 284 285 285 286 return ata_pci_bmdma_init_one(pdev, ppi, &atiixp_sht, NULL,