diff options
Diffstat (limited to 'drivers/base/bus.c')
-rw-r--r-- | drivers/base/bus.c | 2 |
1 files changed, 1 insertions, 1 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 |