Whamcloud - gitweb
fix formatting
authorjacob <jacob>
Fri, 20 May 2005 23:26:29 +0000 (23:26 +0000)
committerjacob <jacob>
Fri, 20 May 2005 23:26:29 +0000 (23:26 +0000)
lustre/ptlrpc/pinger.c

index 63fc101..ee65bd0 100644 (file)
@@ -67,9 +67,7 @@ int ptlrpc_ping(struct obd_import *imp)
 static inline void ptlrpc_update_next_ping(struct obd_import *imp)
 {
         imp->imp_next_ping = jiffies + HZ *
-                (imp->imp_state == LUSTRE_IMP_DISCON
-                 ? 10 
-                 : PING_INTERVAL);
+                (imp->imp_state == LUSTRE_IMP_DISCON ? 10 : PING_INTERVAL);
 }
 
 void ptlrpc_ping_import_soon(struct obd_import *imp)