Re: [PATCH] arch: arm: uapi: be sure of "_UAPI" prefix for all guard macros

2013-11-13 Thread Chen Gang
On 11/08/2013 11:47 AM, Chen Gang wrote: > For all uapi headers, need use "_UAPI" prefix for its guard macro > (which will be stripped by "scripts/headers_installer.sh"). > > Additional completions: > > - be sure that all "endif" need be appended related comment, also it >has and only has on

[PATCH] arch: arm: uapi: be sure of "_UAPI" prefix for all guard macros

2013-11-07 Thread Chen Gang
For all uapi headers, need use "_UAPI" prefix for its guard macro (which will be stripped by "scripts/headers_installer.sh"). Additional completions: - be sure that all "endif" need be appended related comment, also it has and only has one empty line above and no any lines below either. - b