diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-02-14 09:18:53 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-07 20:04:51 -0500 |
commit | 3c31f07ad0dab02fe17195d32a965d57fd947707 (patch) | |
tree | 940eca4b37ca74dfb2e83d5d65bd60abd50da08d /drivers/base/firmware_class.c | |
parent | d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2 (diff) |
Driver core: Fix first line of kernel-doc for a few functions
The function name must be followed by a space, hypen, space, and a
short description.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/firmware_class.c')
-rw-r--r-- | drivers/base/firmware_class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c index 07977484cb3c..d0dc26ad5387 100644 --- a/drivers/base/firmware_class.c +++ b/drivers/base/firmware_class.c | |||
@@ -613,7 +613,7 @@ request_firmware_work_func(void *arg) | |||
613 | } | 613 | } |
614 | 614 | ||
615 | /** | 615 | /** |
616 | * request_firmware_nowait: asynchronous version of request_firmware | 616 | * request_firmware_nowait - asynchronous version of request_firmware |
617 | * @module: module requesting the firmware | 617 | * @module: module requesting the firmware |
618 | * @uevent: sends uevent to copy the firmware image if this flag | 618 | * @uevent: sends uevent to copy the firmware image if this flag |
619 | * is non-zero else the firmware copy must be done manually. | 619 | * is non-zero else the firmware copy must be done manually. |