drm/i915: Typo in #define
authorNicolas Kaiser <nikai@nikai.net>
Tue, 8 Jun 2010 19:18:06 +0000 (21:18 +0200)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:44 +0000 (19:03 -0700)
commit7aa69d2ee7e1ecff104fc068585f21af45582982
tree5e42a050c815bf7982432063b3fbfc9d94a30b37
parentb52eb4dcab23fe0c52a437276258e0afcf913ef5
drm/i915: Typo in #define

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>
drivers/gpu/drm/i915/i915_reg.h