ACPICA: AcpiSrc: Fix some translation issues for Linux conversion

Fixes issues like this:

i_aSL -> iASL
00-7_f -> 00-7F
local_fADT -> local_FADT
execute_oSI -> execute_OSI

Also, in function headers, the parameters are now translated to
lower case (with underscores if necessary.)

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Cette révision appartient à :
Bob Moore
2012-07-12 09:40:10 +08:00
révisé par Len Brown
Parent 75e7386b10
révision ba494beeaa
120 fichiers modifiés avec 680 ajouts et 680 suppressions

Voir le fichier

@@ -61,7 +61,7 @@ acpi_ds_create_method_mutex(union acpi_operand_object *method_desc);
*
* FUNCTION: acpi_ds_method_error
*
* PARAMETERS: Status - Execution status
* PARAMETERS: status - Execution status
* walk_state - Current state
*
* RETURN: Status
@@ -306,9 +306,9 @@ acpi_ds_begin_method_execution(struct acpi_namespace_node *method_node,
*
* FUNCTION: acpi_ds_call_control_method
*
* PARAMETERS: Thread - Info for this thread
* PARAMETERS: thread - Info for this thread
* this_walk_state - Current walk state
* Op - Current Op to be walked
* op - Current Op to be walked
*
* RETURN: Status
*