staging/lustre: Remove stray space before newline in messages
[linux-2.6-block.git] / drivers / staging / lustre / lustre / obdclass / cl_lock.c
index 6f44dde997c166b1a1148c535ab2832e7b3d7c38..7b7f344c11d11358beaa51d19416bd272448bbe8 100644 (file)
@@ -1453,7 +1453,7 @@ int cl_wait(const struct lu_env *env, struct cl_lock *lock)
 
        LINVRNT(cl_lock_invariant(env, lock));
        LASSERTF(lock->cll_state == CLS_ENQUEUED || lock->cll_state == CLS_HELD,
-                "Wrong state %d \n", lock->cll_state);
+                "Wrong state %d\n", lock->cll_state);
        LASSERT(lock->cll_holds > 0);
 
        do {