acpica/source/tools
Robert Moore d09bc88ad2 AcpiSrc: Fix indentation issues for macro invocations.
During the linuxizing process, some extra white spaces are added by the
"indent" program at the beginning of the line which is an invocation of a
macro and there is no ";" at the end of the line.

This patch adds new mode to AcpiSrc to remove extra spaces inserted before
invoking such macros and add an empty line between the invocations of such
macros (like the other function declarations).  This new mode is executed
after executing "indent" during the Linux release process.

The affected macros and files are:
 1. ACPI_HW_DEPENDENT_RETURN (acpixf.h):
    This macro is used as a wrapper for hardware dependent APIs to offer a
    stub when the reduced hardware is configured during compilation.
 2. ACPI_EXPORT_SYMBOL (utglobal.c):
    This macro is used by Linux to export symbols to be found by Linux
    modules.  All such invocations are well formatted except those exported
    as global variables.

This can help to reduce the source code differences between Linux and
ACPICA, and also help to automate the release process.  Lv Zheng.
2013-09-26 08:33:05 -07:00
..
acpibin Utilities: Standardize -v option for all user-space tools. 2013-07-31 08:44:50 -07:00
acpidump AcpiDump: Code cleanup, no functional change. 2013-08-22 09:47:14 -07:00
acpiexec Cleanup global variable that is used only by OSL code. 2013-09-25 13:56:13 -07:00
acpihelp Utilities: Standardize -v option for all user-space tools. 2013-07-31 08:44:50 -07:00
acpinames AcpiDump: Add RSDP/RSDT/XSDT table extraction support. 2013-08-22 09:21:36 -07:00
acpisrc AcpiSrc: Fix indentation issues for macro invocations. 2013-09-26 08:33:05 -07:00
acpixtract AcpiXtract: Handle "empty" lines containing one or more spaces. 2013-09-04 12:50:31 -07:00
examples Deploy ACPI_DEBUG_INITIALIZE across all ACPICA utilities. 2013-05-02 11:40:20 -07:00