Commit c8b9f34e authored by Zhang Mingyu's avatar Zhang Mingyu Committed by David Teigland

fs: dlm:Remove unneeded semicolon

Eliminate the following coccinelle check warning:
fs/dlm/midcomms.c:972:2-3
Reported-by: default avatarZeal Robot <zealci@zte.com.cn>
Signed-off-by: default avatarZhang Mingyu <zhang.mingyu@zte.com.cn>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent b87b1883
......@@ -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);
}
......
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