Skip to content

Commit

Permalink
xprtrdma: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
net/sunrpc/xprtrdma/verbs.c:798:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
  • Loading branch information
kbuild test robot authored and Anna Schumaker committed Jul 19, 2016
1 parent a4e187d commit 53d7852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/xprtrdma/verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ rpcrdma_mr_recovery_worker(struct work_struct *work)
mw->mw_xprt->rx_ia.ri_ops->ro_recover_mr(mw);

spin_lock(&buf->rb_recovery_lock);
};
}
spin_unlock(&buf->rb_recovery_lock);
}

Expand Down

0 comments on commit 53d7852

Please sign in to comment.