aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-07-21 12:27:18 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-21 13:43:26 -0400
commit443bd1c4ddab9d2144f4c9b85e0abccf2d93423f (patch)
treefea92f2fffa2d6fb99b224203e2b942a6f297561 /drivers/pci
parent72a73693aac5ae82850cedc69fa5d264ca977c13 (diff)
pci kernel-doc fatal error
Fix kernel-doc comments so that they don't produce errors. Also cut some extraneous copy-paste text. Error(linhead//drivers/pci/pci.c:1133): duplicate section name 'Description' Error(linhead//drivers/pci/pci.c:1189): duplicate section name 'Description' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pci.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 44a46c92b721..d00f0e0d8453 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -1123,8 +1123,7 @@ int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable)
1123} 1123}
1124 1124
1125/** 1125/**
1126 * pci_prepare_to_sleep - prepare PCI device for system-wide transition into 1126 * pci_prepare_to_sleep - prepare PCI device for system-wide transition into a sleep state
1127 * a sleep state
1128 * @dev: Device to handle. 1127 * @dev: Device to handle.
1129 * 1128 *
1130 * Choose the power state appropriate for the device depending on whether 1129 * Choose the power state appropriate for the device depending on whether
@@ -1181,8 +1180,7 @@ int pci_prepare_to_sleep(struct pci_dev *dev)
1181} 1180}
1182 1181
1183/** 1182/**
1184 * pci_back_from_sleep - turn PCI device on during system-wide transition into 1183 * pci_back_from_sleep - turn PCI device on during system-wide transition into working state
1185 * the working state a sleep state
1186 * @dev: Device to handle. 1184 * @dev: Device to handle.
1187 * 1185 *
1188 * Disable device's sytem wake-up capability and put it into D0. 1186 * Disable device's sytem wake-up capability and put it into D0.