Commit 90db4f8b authored by Wu Bo's avatar Wu Bo Committed by David Teigland
Browse files

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: default avatarWu Bo <wubo40@huawei.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 3c80d379
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;