acpica/generate
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
..
lint Lint: Update options file. 2011-03-29 13:47:39 -07:00
linux AcpiSrc: Fix indentation issues for macro invocations. 2013-09-26 08:33:05 -07:00
msvc Update examples/tests for new GPE changes. 2010-12-08 10:21:23 -08:00
msvc9 iASL: Implement wildcard support for -e option (get external tables). 2013-08-30 13:05:16 -07:00
release Update ACPICA build instruction file (build.txt). 2013-08-23 13:21:52 -07:00
unix AcpiExec: Add full line-editing support for Unix/Linux systems. 2013-09-25 12:19:39 -07:00