Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2bacfc4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

dmi: fix kernel-doc notation



Add missing kernel-doc notation:

drivers/firmware/dmi_scan.c:475: No description found for parameter 'str'
drivers/firmware/dmi_scan.c:592: No description found for parameter 'f'
drivers/firmware/dmi_scan.c:592: No description found for parameter 'str'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ee9ef6b7
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -468,8 +468,8 @@ const char *dmi_get_system_info(int field)
EXPORT_SYMBOL(dmi_get_system_info);
EXPORT_SYMBOL(dmi_get_system_info);


/**
/**
 *	dmi_name_in_serial - 	Check if string is in the DMI product serial
 * dmi_name_in_serial - Check if string is in the DMI product serial information
 *				information.
 * @str: string to check for
 */
 */
int dmi_name_in_serial(const char *str)
int dmi_name_in_serial(const char *str)
{
{
@@ -585,6 +585,8 @@ EXPORT_SYMBOL_GPL(dmi_walk);


/**
/**
 * dmi_match - compare a string to the dmi field (if exists)
 * dmi_match - compare a string to the dmi field (if exists)
 * @f: DMI field identifier
 * @str: string to compare the DMI field to
 *
 *
 * Returns true if the requested field equals to the str (including NULL).
 * Returns true if the requested field equals to the str (including NULL).
 */
 */