Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / ldlm / ldlm_pool.c
index 657ed4012776b0f6aa38f4dbb44350dae6238541..2fc319ef061c89a0cd4ef4b5d4cb5005060cf74b 100644 (file)
@@ -995,7 +995,7 @@ static int ldlm_pools_thread_main(void *arg)
        wake_up(&thread->t_ctl_waitq);
 
        CDEBUG(D_DLMTRACE, "%s: pool thread starting, process %d\n",
-               "ldlm_poold", current_pid());
+              "ldlm_poold", current_pid());
 
        while (1) {
                struct l_wait_info lwi;
@@ -1025,7 +1025,7 @@ static int ldlm_pools_thread_main(void *arg)
        wake_up(&thread->t_ctl_waitq);
 
        CDEBUG(D_DLMTRACE, "%s: pool thread exiting, process %d\n",
-               "ldlm_poold", current_pid());
+              "ldlm_poold", current_pid());
 
        complete_and_exit(&ldlm_pools_comp, 0);
 }
This page took 0.025145 seconds and 5 git commands to generate.