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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment