]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/include/generic/rte_atomic.h
vfio: fix API description
[dpdk.git] / lib / librte_eal / include / generic / rte_atomic.h
index d1255b2d8c64cfa20d0785641515db2a15f82ed3..276272f40b159c2603d8e0cd540d2b14822b96ba 100644 (file)
@@ -122,7 +122,7 @@ static inline void rte_io_rmb(void);
 /**
  * Synchronization fence between threads based on the specified memory order.
  */
-static inline void rte_atomic_thread_fence(int memory_order);
+static inline void rte_atomic_thread_fence(int memorder);
 
 /*------------------------- 16 bit atomic operations -------------------------*/