ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.
authorLv Zheng <lv.zheng@intel.com>
Wed, 19 Dec 2012 05:37:21 +0000 (05:37 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 10 Jan 2013 11:36:18 +0000 (12:36 +0100)
commit9c0d793945a343e13d8b0ab20ac825ad5705bcf1
tree27a9994d409d632a13a7b2698e3730b23dc069f5
parent3e8214e5c2bd449b30109d4a098597ab1b7c9fb9
ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.

This is a cosmetic patch only. Comparison of the resulting binary showed
only line number differences.

This patch does not affect the generation of the Linux binary.
This patch decreases 314 lines of 20121018 divergence.diff.

ACPICA core uses ()'s on return statements. This is a known and committed
differences from Linux standard coding style.

This patch cleans up the Linux side ACPICA code to use this codying style
in order to reduce the source code differences between Linux and ACPICA.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/exconfig.c
drivers/acpi/acpica/hwgpe.c
drivers/acpi/acpica/hwvalid.c
drivers/acpi/acpica/nspredef.c
drivers/acpi/acpica/nswalk.c
drivers/acpi/acpica/nsxfname.c
drivers/acpi/acpica/rscalc.c
drivers/acpi/acpica/rsutils.c
drivers/acpi/acpica/tbutils.c
drivers/acpi/acpica/utcopy.c
drivers/acpi/acpica/utlock.c