diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-06 17:41:40 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:19 -0500 |
| commit | c2bacfc44f4b8d03dbaad5d2dca2fb4161e81975 (patch) | |
| tree | ec48e95a98c6a180406c9ed8c3051354b335e31a /drivers/firmware | |
| parent | ee9ef6b778fbe1cacbec4fcd18a93f322ff93354 (diff) | |
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: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/firmware')
| -rw-r--r-- | drivers/firmware/dmi_scan.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.c index 78b989d202a3..d76adfea5df7 100644 --- a/drivers/firmware/dmi_scan.c +++ b/drivers/firmware/dmi_scan.c | |||
| @@ -468,8 +468,8 @@ const char *dmi_get_system_info(int field) | |||
| 468 | EXPORT_SYMBOL(dmi_get_system_info); | 468 | EXPORT_SYMBOL(dmi_get_system_info); |
| 469 | 469 | ||
| 470 | /** | 470 | /** |
| 471 | * dmi_name_in_serial - Check if string is in the DMI product serial | 471 | * dmi_name_in_serial - Check if string is in the DMI product serial information |
| 472 | * information. | 472 | * @str: string to check for |
| 473 | */ | 473 | */ |
| 474 | int dmi_name_in_serial(const char *str) | 474 | int dmi_name_in_serial(const char *str) |
| 475 | { | 475 | { |
| @@ -585,6 +585,8 @@ EXPORT_SYMBOL_GPL(dmi_walk); | |||
| 585 | 585 | ||
| 586 | /** | 586 | /** |
| 587 | * dmi_match - compare a string to the dmi field (if exists) | 587 | * dmi_match - compare a string to the dmi field (if exists) |
| 588 | * @f: DMI field identifier | ||
| 589 | * @str: string to compare the DMI field to | ||
| 588 | * | 590 | * |
| 589 | * Returns true if the requested field equals to the str (including NULL). | 591 | * Returns true if the requested field equals to the str (including NULL). |
| 590 | */ | 592 | */ |
