PCI: fix codingstyle issues in drivers/pci/pci.h

Fixes a few coding style issues in the internal pci.h file

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+5 -3
+5 -3
drivers/pci/pci.h
··· 6 6 extern void pci_cleanup_rom(struct pci_dev *dev); 7 7 8 8 /* Firmware callbacks */ 9 - extern pci_power_t (*platform_pci_choose_state)(struct pci_dev *dev, pm_message_t state); 10 - extern int (*platform_pci_set_power_state)(struct pci_dev *dev, pci_power_t state); 9 + extern pci_power_t (*platform_pci_choose_state)(struct pci_dev *dev, 10 + pm_message_t state); 11 + extern int (*platform_pci_set_power_state)(struct pci_dev *dev, 12 + pci_power_t state); 11 13 12 14 extern int pci_user_read_config_byte(struct pci_dev *dev, int where, u8 *val); 13 15 extern int pci_user_read_config_word(struct pci_dev *dev, int where, u16 *val); ··· 71 69 * PCI device id structure 72 70 * @id: single PCI device id structure to match 73 71 * @dev: the PCI device structure to match against 74 - * 72 + * 75 73 * Returns the matching pci_device_id structure or %NULL if there is no match. 76 74 */ 77 75 static inline const struct pci_device_id *