diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-02-14 15:18:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-08 02:04:51 +0100 |
commit | 3c31f07ad0dab02fe17195d32a965d57fd947707 (patch) | |
tree | 940eca4b37ca74dfb2e83d5d65bd60abd50da08d /drivers/base/firmware_class.c | |
parent | UIO: Remove SMX Cryptengine driver (diff) | |
download | linux-3c31f07ad0dab02fe17195d32a965d57fd947707.tar.xz linux-3c31f07ad0dab02fe17195d32a965d57fd947707.zip |
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) } /** - * request_firmware_nowait: asynchronous version of request_firmware + * request_firmware_nowait - asynchronous version of request_firmware * @module: module requesting the firmware * @uevent: sends uevent to copy the firmware image if this flag * is non-zero else the firmware copy must be done manually. |