|
@@ -278,12 +278,13 @@ acpi_table_parse_madt(enum acpi_madt_type id,
|
|
|
|
|
|
/**
|
|
|
* acpi_table_parse - find table with @id, run @handler on it
|
|
|
- *
|
|
|
* @id: table id to find
|
|
|
* @handler: handler to run
|
|
|
*
|
|
|
* Scan the ACPI System Descriptor Table (STD) for a table matching @id,
|
|
|
- * run @handler on it. Return 0 if table found, return on if not.
|
|
|
+ * run @handler on it.
|
|
|
+ *
|
|
|
+ * Return 0 if table found, -errno if not.
|
|
|
*/
|
|
|
int __init acpi_table_parse(char *id, acpi_tbl_table_handler handler)
|
|
|
{
|