Message ID | 50151DE6.2010304@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Alex Netes |
Headers | show |
Hi Hal, On 07:26 Sun 29 Jul , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock <hal@mellanox.com> > --- Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/complib/cl_atomic_osd.h b/include/complib/cl_atomic_osd.h index ac14f8a..4df9618 100644 --- a/include/complib/cl_atomic_osd.h +++ b/include/complib/cl_atomic_osd.h @@ -52,7 +52,9 @@ # define END_C_DECLS #endif /* __cplusplus */ -BEGIN_C_DECLS extern cl_spinlock_t cl_atomic_spinlock; +BEGIN_C_DECLS + +extern cl_spinlock_t cl_atomic_spinlock; static inline int32_t cl_atomic_inc(IN atomic32_t * const p_value) {
Signed-off-by: Hal Rosenstock <hal@mellanox.com> --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html