Skip to content

Commit f044567

Browse files
committed
Merge tag 'nfs-rdma-4.8-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma
NFS: NFSoRDMA Cleanup Fixes an unnecessary semicolon warning found by the kbuild robot. Signed-off-by: Anna Schumaker <[email protected]>
2 parents e340608 + 53d7852 commit f044567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sunrpc/xprtrdma/verbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ rpcrdma_mr_recovery_worker(struct work_struct *work)
765765
mw->mw_xprt->rx_ia.ri_ops->ro_recover_mr(mw);
766766

767767
spin_lock(&buf->rb_recovery_lock);
768-
};
768+
}
769769
spin_unlock(&buf->rb_recovery_lock);
770770
}
771771

0 commit comments

Comments
 (0)