fs: dlm:Remove unneeded semicolon

Eliminate the following coccinelle check warning:
fs/dlm/midcomms.c:972:2-3

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>
Signed-off-by: David Teigland <teigland@redhat.com>
This commit is contained in:
Zhang Mingyu 2021-11-05 01:43:20 +00:00 committed by David Teigland
parent b87b1883ef
commit c8b9f34e22

View File

@ -969,7 +969,7 @@ void dlm_midcomms_receive_done(int nodeid)
spin_unlock(&node->state_lock);
/* do nothing FIN has it's own ack send */
break;
};
}
srcu_read_unlock(&nodes_srcu, idx);
}