diff options
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/bus.c | 2 | ||||
-rw-r--r-- | drivers/base/power/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/bus.c b/drivers/base/bus.c index 33c270a64db7..8f0b1ba522f0 100644 --- a/drivers/base/bus.c +++ b/drivers/base/bus.c | |||
@@ -976,7 +976,7 @@ struct klist *bus_get_device_klist(struct bus_type *bus) | |||
976 | EXPORT_SYMBOL_GPL(bus_get_device_klist); | 976 | EXPORT_SYMBOL_GPL(bus_get_device_klist); |
977 | 977 | ||
978 | /* | 978 | /* |
979 | * Yes, this forcably breaks the klist abstraction temporarily. It | 979 | * Yes, this forcibly breaks the klist abstraction temporarily. It |
980 | * just wants to sort the klist, not change reference counts and | 980 | * just wants to sort the klist, not change reference counts and |
981 | * take/drop locks rapidly in the process. It does all this while | 981 | * take/drop locks rapidly in the process. It does all this while |
982 | * holding the lock for the list, so objects can't otherwise be | 982 | * holding the lock for the list, so objects can't otherwise be |
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index ead3e79d6fcf..fa5d98ee5902 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * | 9 | * |
10 | * The driver model core calls device_pm_add() when a device is registered. | 10 | * The driver model core calls device_pm_add() when a device is registered. |
11 | * This will intialize the embedded device_pm_info object in the device | 11 | * This will initialize the embedded device_pm_info object in the device |
12 | * and add it to the list of power-controlled devices. sysfs entries for | 12 | * and add it to the list of power-controlled devices. sysfs entries for |
13 | * controlling device power management will also be added. | 13 | * controlling device power management will also be added. |
14 | * | 14 | * |