diff options
Diffstat (limited to 'drivers/base/class.c')
-rw-r--r-- | drivers/base/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/class.c b/drivers/base/class.c index 6e810881e48b..71059e32bebc 100644 --- a/drivers/base/class.c +++ b/drivers/base/class.c | |||
@@ -406,7 +406,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device); | |||
406 | * | 406 | * |
407 | * Note, you will need to drop the reference with put_device() after use. | 407 | * Note, you will need to drop the reference with put_device() after use. |
408 | * | 408 | * |
409 | * @fn is allowed to do anything including calling back into class | 409 | * @match is allowed to do anything including calling back into class |
410 | * code. There's no locking restriction. | 410 | * code. There's no locking restriction. |
411 | */ | 411 | */ |
412 | struct device *class_find_device(struct class *class, struct device *start, | 412 | struct device *class_find_device(struct class *class, struct device *start, |