Re: [PATCH] drm/i915: Typo in #define

2010-07-26 Thread Eric Anholt
On Wed, 9 Jun 2010 13:45:19 +0800, Zhenyu Wang wrote: > On 2010.06.08 21:18:06 +0200, Nicolas Kaiser wrote: > > checkpatch complains about this define: > > > > WARNING: space prohibited between function name and open parenthesis '(' > > #377: FILE: gpu/drm/i915/i915_reg.h:377: > > +#define GEN6

[PATCH] drm/i915: Typo in #define

2010-07-26 Thread Eric Anholt
On Wed, 9 Jun 2010 13:45:19 +0800, Zhenyu Wang wrote: > On 2010.06.08 21:18:06 +0200, Nicolas Kaiser wrote: > > checkpatch complains about this define: > > > > WARNING: space prohibited between function name and open parenthesis '(' > > #377: FILE: gpu/drm/i915/i915_reg.h:377: > > +#define GEN

[PATCH] drm/i915: Typo in #define

2010-06-09 Thread Zhenyu Wang
On 2010.06.08 21:18:06 +0200, Nicolas Kaiser wrote: > checkpatch complains about this define: > > WARNING: space prohibited between function name and open parenthesis '(' > #377: FILE: gpu/drm/i915/i915_reg.h:377: > +#define GEN6_RENDER TIMEOUT_COUNTER_EXPIRED(1 << 6) > > Signed

Re: [PATCH] drm/i915: Typo in #define

2010-06-08 Thread Zhenyu Wang
On 2010.06.08 21:18:06 +0200, Nicolas Kaiser wrote: > checkpatch complains about this define: > > WARNING: space prohibited between function name and open parenthesis '(' > #377: FILE: gpu/drm/i915/i915_reg.h:377: > +#define GEN6_RENDER TIMEOUT_COUNTER_EXPIRED(1 << 6) > > Signed

[PATCH] drm/i915: Typo in #define

2010-06-08 Thread Nicolas Kaiser
checkpatch complains about this define: WARNING: space prohibited between function name and open parenthesis '(' #377: FILE: gpu/drm/i915/i915_reg.h:377: +#define GEN6_RENDER TIMEOUT_COUNTER_EXPIRED (1 << 6) Signed-off-by: Nicolas Kaiser --- --- a/drivers/gpu/drm/i915/i915_reg.h 20

[PATCH] drm/i915: Typo in #define

2010-06-08 Thread Nicolas Kaiser
checkpatch complains about this define: WARNING: space prohibited between function name and open parenthesis '(' #377: FILE: gpu/drm/i915/i915_reg.h:377: +#define GEN6_RENDER TIMEOUT_COUNTER_EXPIRED (1 << 6) Signed-off-by: Nicolas Kaiser --- --- a/drivers/gpu/drm/i915/i915_reg.h 20