Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix "forcably" comment typo

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Robert P. J. Day and committed by
Jiri Kosina
dca25ebd 4d23033d

+1 -1
+1 -1
drivers/base/bus.c
··· 976 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 980 * just wants to sort the klist, not change reference counts and 981 981 * take/drop locks rapidly in the process. It does all this while 982 982 * holding the lock for the list, so objects can't otherwise be