Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219252 > unrolled thread
| Started by | Rolf Eike Beer <eike-kernel@sf-tec.de> |
|---|---|
| First post | 2015-09-04 21:00 +0200 |
| Last post | 2015-09-04 21:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[Doc] class_find_device: fix reference to argument "match" Rolf Eike Beer <eike-kernel@sf-tec.de> - 2015-09-04 21:00 +0200
| From | Rolf Eike Beer <eike-kernel@sf-tec.de> |
|---|---|
| Date | 2015-09-04 21:00 +0200 |
| Subject | [Doc] class_find_device: fix reference to argument "match" |
| Message-ID | <q54no-286-1@gated-at.bofh.it> |
There is no argument "fn". Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> --- drivers/base/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/class.c b/drivers/base/class.c index 6e81088..71059e3 100644 --- a/drivers/base/class.c +++ b/drivers/base/class.c @@ -406,7 +406,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device); * * Note, you will need to drop the reference with put_device() after use. * - * @fn is allowed to do anything including calling back into class + * @match is allowed to do anything including calling back into class * code. There's no locking restriction. */ struct device *class_find_device(struct class *class, struct device *start, -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web