Re: [PATCH v3 1/9] ACPI: fix all errors reported by cleanpatch.pl in osl.c

From: Hanjun Guo
Date: Wed Feb 25 2015 - 07:48:16 EST


On 2015å02æ25æ 08:36, al.stone@xxxxxxxxxx wrote:
From: Al Stone <al.stone@xxxxxxxxxx>

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 <al.stone@xxxxxxxxxx>

Reviewd-by: Hanjun Guo <hanjun.guo@xxxxxxxxxx>

Thanks
Hanjun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/