PCI/PM: Add kerneldoc description of pci_pm_reset()
authorRafael J. Wysocki <rjw@sisk.pl>
Sat, 5 Mar 2011 20:48:44 +0000 (21:48 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 10 May 2011 22:43:29 +0000 (15:43 -0700)
commit83d74e036b94ffbf871667eede5ef02993709452
tree69ef4a3bc6ed289389ab6221df46459e088e4d11
parent3504e47ffca5ed3f9e2cc7d37b428fbf1e00ad1b
PCI/PM: Add kerneldoc description of pci_pm_reset()

The pci_pm_reset() function is not a very nice interface due to its
limitations and conditional behavior (e.g. it doesn't affect devices
in low-power states), but it cannot be simply dropped, because
existing device drivers may depend on it.  However, its behavior and
limitations should be well documented, so add an appropriate
kerneldoc comment to it.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c