[Linaro-acpi] [PATCH v3 3/9] ACPI: clean up checkpatch warnings for various bits of syntax
From: Hanjun Guo <hidden>
Date: 2015-02-25 13:00:06
Also in:
linux-acpi, lkml
From: Hanjun Guo <hidden>
Date: 2015-02-25 13:00:06
Also in:
linux-acpi, lkml
On 2015?02?25? 08:36, al.stone at linaro.org wrote:
From: Al Stone<redacted>
In preparation for later splitting out some of the arch-dependent code from
osl.c, clean up a bunch of warnings for odd bits of syntax:
-- remove CVS keyword markers
-- remove a space from between a function name and an opening parenthesis
-- clean up all but one line > 80 characters (one just looks silly if you
make it less than 80)
-- add blank lines after declarations in functions
-- remove extraneous braces ({})
Signed-off-by: Al Stone<redacted>Reviewd-by: Hanjun Guo [off-list ref] Thanks Hanjun