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:
402a917
)
drm/i915: Storage class should be before const qualifier
author
Tobias Klauser
<tklauser@distanz.ch>
Mon, 9 Feb 2009 21:02:42 +0000
(22:02 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 20 Feb 2009 02:21:08 +0000
(12:21 +1000)
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>
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found