Skip to content

Commit

Permalink
fs: dlm:Remove unneeded semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhang Mingyu authored and David Teigland committed Nov 5, 2021
1 parent b87b188 commit c8b9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dlm/midcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c8b9f34

Please sign in to comment.