ACPICA: AcpiSrc: Fix some translation issues for Linux conversion
authorBob Moore <robert.moore@intel.com>
Thu, 12 Jul 2012 01:40:10 +0000 (09:40 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 17 Jul 2012 04:05:51 +0000 (00:05 -0400)
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>

No differences found