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 extern void pci_cleanup_rom(struct pci_dev *dev); 7 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); 11 12 extern int pci_user_read_config_byte(struct pci_dev *dev, int where, u8 *val); 13 extern int pci_user_read_config_word(struct pci_dev *dev, int where, u16 *val); ··· 71 * PCI device id structure 72 * @id: single PCI device id structure to match 73 * @dev: the PCI device structure to match against 74 - * 75 * Returns the matching pci_device_id structure or %NULL if there is no match. 76 */ 77 static inline const struct pci_device_id *
··· 6 extern void pci_cleanup_rom(struct pci_dev *dev); 7 8 /* Firmware callbacks */ 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); 13 14 extern int pci_user_read_config_byte(struct pci_dev *dev, int where, u8 *val); 15 extern int pci_user_read_config_word(struct pci_dev *dev, int where, u16 *val); ··· 69 * PCI device id structure 70 * @id: single PCI device id structure to match 71 * @dev: the PCI device structure to match against 72 + * 73 * Returns the matching pci_device_id structure or %NULL if there is no match. 74 */ 75 static inline const struct pci_device_id *