From: Rafael J. Wysocki Date: Sat, 5 Mar 2011 20:48:44 +0000 (+0100) Subject: PCI/PM: Add kerneldoc description of pci_pm_reset() X-Git-Tag: v3.0-rc1~326^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d74e036b94ffbf871667eede5ef02993709452;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed