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:
286ce0a
)
[ARM] Storage class should be before const qualifier
author
Tobias Klauser
<tklauser@distanz.ch>
Mon, 9 Feb 2009 20:35:39 +0000
(21:35 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 10 Feb 2009 09:59:19 +0000
(09:59 +0000)
The C99 specification states in section 6.11.5:
The placement of a storage-class specifier other than at the beginning of the
declaration specifiers in a declaration is an obsolescent feature.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found