[PATCH] pci: cleanup argument comments for pci_{save,restore}_state

The buffer arguments have been removed from pci_{save,restore}_state.
The comment blocks for those functions should reflect that.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by John W. Linville and committed by Greg Kroah-Hartman 5848f23d c6e21e16

-6
-6
drivers/pci/pci.c
··· 334 334 /** 335 335 * pci_save_state - save the PCI configuration space of a device before suspending 336 336 * @dev: - PCI device that we're dealing with 337 - * @buffer: - buffer to hold config space context 338 - * 339 - * @buffer must be large enough to hold the entire PCI 2.2 config space 340 - * (>= 64 bytes). 341 337 */ 342 338 int 343 339 pci_save_state(struct pci_dev *dev) ··· 348 352 /** 349 353 * pci_restore_state - Restore the saved state of a PCI device 350 354 * @dev: - PCI device that we're dealing with 351 - * @buffer: - saved PCI config space 352 - * 353 355 */ 354 356 int 355 357 pci_restore_state(struct pci_dev *dev)