mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-01 20:00:17 +01:00
Remove ; from the end of some do { ... } while(0) macros (Timothy Ball).
This commit is contained in:
parent
96003499f7
commit
d779dbfb8b
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue