From 35853864c69c4c737b505e48420bee9003efc043 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 20 May 2005 23:26:29 +0000 Subject: [PATCH] fix formatting --- lustre/ptlrpc/pinger.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/ptlrpc/pinger.c b/lustre/ptlrpc/pinger.c index 63fc101..ee65bd0 100644 --- a/lustre/ptlrpc/pinger.c +++ b/lustre/ptlrpc/pinger.c @@ -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) -- 1.8.3.1