summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/ud.c
diff options
context:
space:
mode:
authorJubin John <jubin.john@intel.com>2016-02-14 20:20:06 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:45:37 -0500
commit5161fc3ef60260343c2ffc1b42c9a92ba954d846 (patch)
treeb835693c4be3eec3b1ee36051c30bb9748ceb9f5 /drivers/staging/rdma/hfi1/ud.c
parent458e86ab471b44a28a736cb8b0d364f3ec0d3e3e (diff)
downloadlinux-stable-5161fc3ef60260343c2ffc1b42c9a92ba954d846.tar.gz
linux-stable-5161fc3ef60260343c2ffc1b42c9a92ba954d846.tar.bz2
linux-stable-5161fc3ef60260343c2ffc1b42c9a92ba954d846.zip
staging/rdma/hfi1: Remove blank line before close brace
Remove extra blank line before close brace to fix checkpatch check: CHECK: Blank lines aren't necessary before a close brace '}' Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Jubin John <jubin.john@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/hfi1/ud.c')
-rw-r--r--drivers/staging/rdma/hfi1/ud.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rdma/hfi1/ud.c b/drivers/staging/rdma/hfi1/ud.c
index 5779f3a820ab..c3f069725be6 100644
--- a/drivers/staging/rdma/hfi1/ud.c
+++ b/drivers/staging/rdma/hfi1/ud.c
@@ -772,7 +772,6 @@ void hfi1_ud_rcv(struct hfi1_packet *packet)
mgmt_pkey_idx = hfi1_lookup_pkey_idx(ibp, pkey);
if (mgmt_pkey_idx < 0)
goto drop;
-
}
if (unlikely(qkey != qp->qkey)) {
hfi1_bad_pqkey(ibp, OPA_TRAP_BAD_Q_KEY, qkey,
@@ -810,7 +809,6 @@ void hfi1_ud_rcv(struct hfi1_packet *packet)
mgmt_pkey_idx = hfi1_lookup_pkey_idx(ibp, pkey);
if (mgmt_pkey_idx < 0)
goto drop;
-
}
if (qp->ibqp.qp_num > 1 &&