diff mbox

[TRIVIAL] opensm/cl_atomic_osd.h: Cosmetic formatting change

Message ID 50151DE6.2010304@dev.mellanox.co.il (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Hal Rosenstock July 29, 2012, 11:26 a.m. UTC
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

Comments

Alex Netes July 30, 2012, 7:07 a.m. UTC | #1
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 mbox

Patch

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)
 {