drivers: staging: lustre: Fix space required after that ',' errors
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / ptlrpc / pinger.c
index 5e4e49fab63cd5592b5643cd870ffa5ce9a2ce0e..97fdc7ff8d3a554183df8abe775c27918e7747bd 100644 (file)
@@ -281,7 +281,8 @@ static int ptlrpc_pinger_main(void *arg)
                   ping will get sent 2 timeouts from now!  Beware. */
                CDEBUG(D_INFO, "next wakeup in "CFS_DURATION_T" ("
                       CFS_TIME_T")\n", time_to_next_wake,
-                      cfs_time_add(this_ping,cfs_time_seconds(PING_INTERVAL)));
+                      cfs_time_add(this_ping,
+                                   cfs_time_seconds(PING_INTERVAL)));
                if (time_to_next_wake > 0) {
                        lwi = LWI_TIMEOUT(max_t(long, time_to_next_wake,
                                                cfs_time_seconds(1)),