git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ec26d
)
arch: blackfin: uapi: be sure of "_UAPI" prefix for all guard macros
author
Chen Gang
<gang.chen@asianux.com>
Tue, 12 Nov 2013 09:04:04 +0000
(17:04 +0800)
committer
Steven Miao
<realmz6@gmail.com>
Wed, 29 Jan 2014 07:11:06 +0000
(15:11 +0800)
For all uapi headers, need use "_UAPI" prefix for its guard macro
(which will be stripped by "scripts/headers_installer.sh").
Also be sure that all files have their guard macros.
Also be sure that all "#endif" are followed with comments, and no '\t'
for guard macro
Signed-off-by: Chen Gang <gang.chen@asianux.com>
No differences found