1
0
Fork 0

fs:dlm:remove unneeded semicolon in rcom.c

Fix the following coccicheck warning:
fs/dlm/rcom.c:566:2-3: Unneeded semicolon

Signed-off-by: Wu Bo <wubo40@huawei.com>
Signed-off-by: David Teigland <teigland@redhat.com>
alistair/sunxi64-5.8
Wu Bo 2020-04-22 14:59:27 +08:00 committed by David Teigland
parent 3c80d3794d
commit 90db4f8be3
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid)
lock = 1;
reply = 1;
break;
};
}
spin_lock(&ls->ls_recover_lock);
status = ls->ls_recover_status;