summaryrefslogtreecommitdiff
path: root/shared-core/r128_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/r128_state.c')
-rw-r--r--shared-core/r128_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/r128_state.c b/shared-core/r128_state.c
index dcacb0f3..81d22099 100644
--- a/shared-core/r128_state.c
+++ b/shared-core/r128_state.c
@@ -915,7 +915,7 @@ static int r128_cce_dispatch_write_span( drm_device_t *dev,
DRM_DEBUG( "\n" );
count = depth->n;
- if (count>4096 || count<=0)
+ if (count > 4096 || count <= 0)
return -EMSGSIZE;
if ( DRM_COPY_FROM_USER( &x, depth->x, sizeof(x) ) ) {