summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
diff options
context:
space:
mode:
authorBen Hutchings2010-02-14 15:18:53 +0100
committerGreg Kroah-Hartman2010-03-08 02:04:51 +0100
commit3c31f07ad0dab02fe17195d32a965d57fd947707 (patch)
tree940eca4b37ca74dfb2e83d5d65bd60abd50da08d /drivers/base/firmware_class.c
parentUIO: Remove SMX Cryptengine driver (diff)
downloadkernel-qcow2-linux-3c31f07ad0dab02fe17195d32a965d57fd947707.tar.gz
kernel-qcow2-linux-3c31f07ad0dab02fe17195d32a965d57fd947707.tar.xz
kernel-qcow2-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.c2
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.