Commit 3c1556b2 authored by Borislav Petkov's avatar Borislav Petkov Committed by Greg Kroah-Hartman

firmware: Correct function name in comment

Use the correct function name in the kernel-doc comment above it.
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Acked-by: default avatarMing Lei <ming.lei@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d1f1052c
......@@ -1194,7 +1194,7 @@ request_firmware(const struct firmware **firmware_p, const char *name,
EXPORT_SYMBOL(request_firmware);
/**
* request_firmware: - load firmware directly without usermode helper
* request_firmware_direct: - load firmware directly without usermode helper
* @firmware_p: pointer to firmware image
* @name: name of firmware file
* @device: device for which firmware is being loaded
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment