summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drmP.h
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-08-16 01:53:06 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-08-16 01:53:06 +0000
commit3174ae01e622aca42c981137b910b1f5e4abf597 (patch)
tree80dbf001b2ec8f60e624c59a296557df11939356 /sys/dev/pci/drm/drmP.h
parent2db559df55c86c3b5766c53c9cc4df2485a7ec48 (diff)
Apply a light paddling with the knf stick. No binary change.
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r--sys/dev/pci/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h
index e073634c5be..ee0cd62a24c 100644
--- a/sys/dev/pci/drm/drmP.h
+++ b/sys/dev/pci/drm/drmP.h
@@ -270,7 +270,7 @@ do { \
/* Returns -errno to shared code */
#define DRM_WAIT_ON( ret, queue, timeout, condition ) \
-ret = 0; \
+ret = 0; \
while ( ret == 0 ) { \
DRM_UNLOCK(); \
DRM_SPINLOCK(&dev->irq_lock); \