Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wu Bo and committed by
David Teigland
90db4f8b 3c80d379

+1 -1
+1 -1
fs/dlm/rcom.c
··· 563 563 lock = 1; 564 564 reply = 1; 565 565 break; 566 - }; 566 + } 567 567 568 568 spin_lock(&ls->ls_recover_lock); 569 569 status = ls->ls_recover_status;