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:
b52eb4d
)
drm/i915: Typo in #define
author
Nicolas Kaiser
<nikai@nikai.net>
Tue, 8 Jun 2010 19:18:06 +0000
(21:18 +0200)
committer
Eric Anholt
<eric@anholt.net>
Mon, 2 Aug 2010 02:03:44 +0000
(19:03 -0700)
checkpatch complains about this define:
WARNING: space prohibited between function name and open parenthesis '('
+#define GEN6_RENDER TIMEOUT_COUNTER_EXPIRED (1 << 6)
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found