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:
7648fa9
)
drm/i915: Storage class should be before const qualifier
author
Tobias Klauser
<tklauser@distanz.ch>
Thu, 20 May 2010 08:33:46 +0000
(10:33 +0200)
committer
Eric Anholt
<eric@anholt.net>
Wed, 26 May 2010 21:10:26 +0000
(14:10 -0700)
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: Eric Anholt <eric@anholt.net>
No differences found