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:
015830b
)
checkpatch: clean up structure definition macro handline
author
Andy Whitcroft
<apw@canonical.com>
Tue, 26 Oct 2010 21:23:18 +0000
(14:23 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:20 +0000
(16:52 -0700)
Handle definitions such as the following correctly, it is not
a complex statement:
#define PREALLOC(NAME, START, END, FLAGS) { \
.name = (NAME), \
.start = (START), \
.end = (END), \
.flags = (FLAGS) \
},
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found