Re: [PATCH] include/linux: fix checkpatch issues

2015-03-16 Thread Rafael J. Wysocki
On Saturday, March 14, 2015 02:59:04 AM Valentina-Camelia Bojan wrote: > Fix checkpatch issues of the following type: > * ERROR: "foo * bar" should be "foo *bar" > * WARNING: space prohibited between function name and open parenthesis > '(' > > Signed-off-by: Valentina-Camelia Bojan

[PATCH] include/linux: fix checkpatch issues

2015-03-13 Thread Valentina-Camelia Bojan
Fix checkpatch issues of the following type: * ERROR: "foo * bar" should be "foo *bar" * WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Valentina-Camelia Bojan --- include/linux/acpi.h | 34 +- 1 file chang