On 07/19/2013 12:59 AM, Tang Chen wrote:......
+/*
+ * acpi_get_table_desc - Get the acpi table descriptor of a specific
table.
+ * @signature: The signature of the table to be found.
+ * @out_desc: The out returned descriptor.
The "@out_desc:" line looks funky. Also, I believe changes to this file
need to go in via acpica & probably conform to their commenting standards?
Perhaps: "Iterate over acpi_gbl_root_table_list to find SRAT then return
its phys addr"
Though I wonder if this comment is even needed, as the iteration is done
in acpi_get_table_desc() (added above).