mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
This commit is contained in:
parent
fdf0eaf114
commit
99c58d6480
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue