egl: rename _eglMatchDriver() to _eglInitializeDisplay()
[mesa.git] / src / amd / common / amd_kernel_code_t.h
index d0d7809da10523dd0a632e56321ce82aa17aa678..f8e95085181c3855bd390b0d1fdd87ccb82c3213 100644 (file)
@@ -36,7 +36,7 @@
 
 // Gets bits for specified mask from specified src packed instance.
 #define AMD_HSA_BITS_GET(src, mask)                                            \
-  ((src & mask) >> mask ## _SHIFT)                                             \
+  ((src & mask) >> mask ## _SHIFT)
 
 /* Every amd_*_code_t has the following properties, which are composed of
  * a number of bit fields. Every bit field has a mask (AMD_CODE_PROPERTY_*),