diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2010-11-21 08:15:01 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-21 12:15:10 -0500 |
commit | dca25ebdd09c7aa877f00c2bdbd58c74a909c6f8 (patch) | |
tree | e41629714a8d8bc6609bd177ca0b4274126e75cd /drivers/base/bus.c | |
parent | 4d23033dfdbb0409dfebaf748ba37ac00ef39825 (diff) |
Fix "forcably" comment typo
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 |