[PATCH v3 1/9] ACPI: fix all errors reported by cleanpatch.pl in osl.c
From: Hanjun Guo <hidden>
Date: 2015-02-25 12:48:14
Also in:
linux-acpi, lkml
From: Hanjun Guo <hidden>
Date: 2015-02-25 12:48:14
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 the errors reported by checkpatch.pl. They fell into these
classes:
-- remove the FSF address from the GPL notice
-- "foo * bar" should be "foo *bar" (and the ** variation of same)
-- a return is not a function, so parentheses are not required.
Signed-off-by: Al Stone <redacted>Reviewd-by: Hanjun Guo [off-list ref] Thanks Hanjun