2010-11-21 13:15:09

by Robert P. J. Day

[permalink] [raw]
Subject: [PATCH] Fix "forcably" typo.


Signed-off-by: Robert P. J. Day <[email protected]>

---

and, yes, it's the only typo of that form in the entire tree, i
checked.

diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index 33c270a..8f0b1ba 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)
EXPORT_SYMBOL_GPL(bus_get_device_klist);

/*
- * Yes, this forcably breaks the klist abstraction temporarily. It
+ * Yes, this forcibly breaks the klist abstraction temporarily. It
* just wants to sort the klist, not change reference counts and
* take/drop locks rapidly in the process. It does all this while
* holding the lock for the list, so objects can't otherwise be

--

========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
http://crashcourse.ca

Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================


2010-11-21 17:15:57

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] Fix "forcably" typo.

On Sun, 21 Nov 2010, Robert P. J. Day wrote:

>
> Signed-off-by: Robert P. J. Day <[email protected]>

Applied, thanks.

--
Jiri Kosina
SUSE Labs, Novell Inc.