Remove ; from the end of some do { ... } while(0) macros (Timothy Ball).

This commit is contained in:
David Dawes 2002-02-13 16:37:09 +00:00
parent 96003499f7
commit d779dbfb8b
4 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@
*(volatile unsigned int *)(virt + outring) = n; \
outring += 4; \
outring &= ringmask; \
} while (0);
} while (0)
static inline void i810_print_status_page(drm_device_t *dev)
{

View file

@ -91,7 +91,7 @@ do { \
*(volatile unsigned int *)(virt + outring) = n; \
outring += 4; \
outring &= ringmask; \
} while (0);
} while (0)
static inline void i830_print_status_page(drm_device_t *dev)
{

View file

@ -66,7 +66,7 @@
*(volatile unsigned int *)(virt + outring) = n; \
outring += 4; \
outring &= ringmask; \
} while (0);
} while (0)
static inline void i810_print_status_page(drm_device_t *dev)
{

View file

@ -91,7 +91,7 @@ do { \
*(volatile unsigned int *)(virt + outring) = n; \
outring += 4; \
outring &= ringmask; \
} while (0);
} while (0)
static inline void i830_print_status_page(drm_device_t *dev)
{