28 Nov
2011
28 Nov
'11
10:48 a.m.
At Sun, 27 Nov 2011 17:15:30 -0500, John F Leach wrote:
Yes, I can fix it by myself. But, the patch doesn't pass checkpatch.pl test, so I postpone for now.
John, please fix warnings scripts/checkaptch.pl gives as much as possible. Some warnings can be ignored (e.g. over 80 chars), but space issues should be fixed at least.
Takashi,
I replaced the spaces with tabs, I didn't realize I was supposed to run checkpatch.pl before submitting. How do I fix the ERROR: space prohibited after that '&' (ctx:WxW)?
Just remove a space after '&'. If checkpatch still complains, ignore it.
Takashi