Skip to content

Commit 3c1556b

Browse files
suryasaimadhugregkh
authored andcommitted
firmware: Correct function name in comment
Use the correct function name in the kernel-doc comment above it. Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Ming Lei <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d1f1052 commit 3c1556b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/firmware_class.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ request_firmware(const struct firmware **firmware_p, const char *name,
11941194
EXPORT_SYMBOL(request_firmware);
11951195

11961196
/**
1197-
* request_firmware: - load firmware directly without usermode helper
1197+
* request_firmware_direct: - load firmware directly without usermode helper
11981198
* @firmware_p: pointer to firmware image
11991199
* @name: name of firmware file
12001200
* @device: device for which firmware is being loaded

0 commit comments

Comments
 (0)