Skip to content

Commit dba8648

Browse files
mchehabgregkh
authored andcommitted
firmware_loader: fix a kernel-doc markup
The firmware_fallback_sysfs had some changes at their parameters. Those ended by dropping a documentation for such parameter. Re-add it. Fixes: 89287c1 ("firmware: Store opt_flags in fw_priv") Fixes: c2c0761 ("firmware_loader: change enum fw_opt to u32") Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/23ec441bb9c206f5899b5d64d34e5c9f6add5fd9.1601990386.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 05dbb62 commit dba8648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/base/firmware_loader/fallback.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ static bool fw_run_sysfs_fallback(u32 opt_flags)
623623
* @fw: pointer to firmware image
624624
* @name: name of firmware file to look for
625625
* @device: device for which firmware is being loaded
626+
* @opt_flags: options to control firmware loading behaviour, as defined by
627+
* &enum fw_opt
626628
* @ret: return value from direct lookup which triggered the fallback mechanism
627629
*
628630
* This function is called if direct lookup for the firmware failed, it enables

0 commit comments

Comments
 (0)