Whamcloud - gitweb
LU-6261 gnilnd: Clean up cfs abstractions from gnilnd
[fs/lustre-release.git] / lnet / lnet / lib-msg.c
index 4b663ce..82c625e 100644 (file)
@@ -43,7 +43,7 @@
 #include <lnet/lib-lnet.h>
 
 void
-lnet_build_unlink_event (lnet_libmd_t *md, lnet_event_t *ev)
+lnet_build_unlink_event(lnet_libmd_t *md, lnet_event_t *ev)
 {
         ENTRY;
 
@@ -365,7 +365,7 @@ lnet_complete_msg_locked(lnet_msg_t *msg, int cpt)
         int                rc;
         int                status = msg->msg_ev.status;
 
-        LASSERT (msg->msg_onactivelist);
+       LASSERT(msg->msg_onactivelist);
 
         if (status == 0 && msg->msg_ack) {
                 /* Only send an ACK if the PUT completed successfully */
@@ -435,7 +435,7 @@ lnet_complete_msg_locked(lnet_msg_t *msg, int cpt)
 }
 
 void
-lnet_finalize (lnet_ni_t *ni, lnet_msg_t *msg, int status)
+lnet_finalize(lnet_ni_t *ni, lnet_msg_t *msg, int status)
 {
        struct lnet_msg_container       *container;
        int                             my_slot;
@@ -443,7 +443,7 @@ lnet_finalize (lnet_ni_t *ni, lnet_msg_t *msg, int status)
        int                             rc;
        int                             i;
 
-       LASSERT (!in_interrupt ());
+       LASSERT(!in_interrupt());
 
        if (msg == NULL)
                return;