Commit 99c58d64 authored by Alexander Aring's avatar Alexander Aring Committed by David Teigland
Browse files

fs: dlm: remove twice newline



This patch removes a newline which log_print() already adds, also
removes wrapped string that causes a checkpatch warning.

Signed-off-by: default avatarAlexander Aring <aahringo@redhat.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent fdf0eaf1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -240,8 +240,8 @@ static int dlm_plock_callback(struct plock_op *op)
	rv = notify(fl, 0);
	if (rv) {
		/* XXX: We need to cancel the fs lock here: */
		log_print("dlm_plock_callback: lock granted after lock request "
			  "failed; dangling lock!\n");
		log_print("%s: lock granted after lock request failed; dangling lock!",
			  __func__);
		goto out;
	}