On 2015年02月25日 08:36, al.stone@linaro.org wrote:
From: Al Stoneal.stone@linaro.org
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 Stoneal.stone@linaro.org
Reviewd-by: Hanjun Guo hanjun.guo@linaro.org
Thanks Hanjun