summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/ud.c
diff options
context:
space:
mode:
authorEdward Mascarenhas <edward.mascarenhas@intel.com>2016-01-11 18:31:43 -0500
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:03 -0500
commit624be1dbdb7c69c0218e78a3afec98a09a08e747 (patch)
treeb2cf6c0bc4908a2c7970b24a2bf888936babefac /drivers/staging/rdma/hfi1/ud.c
parentc024c554aeaf6197a1869fdc79c190139182203a (diff)
downloadlinux-stable-624be1dbdb7c69c0218e78a3afec98a09a08e747.tar.gz
linux-stable-624be1dbdb7c69c0218e78a3afec98a09a08e747.tar.bz2
linux-stable-624be1dbdb7c69c0218e78a3afec98a09a08e747.zip
staging/hfi1: Clean up comments
Clean up comments by deleting numbering and terms internal to Intel. The information on the actual bugs is not deleted. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Edward Mascarenhas <edward.mascarenhas@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, 1 insertions, 1 deletions
diff --git a/drivers/staging/rdma/hfi1/ud.c b/drivers/staging/rdma/hfi1/ud.c
index bd1b402c1e14..25e6053c38db 100644
--- a/drivers/staging/rdma/hfi1/ud.c
+++ b/drivers/staging/rdma/hfi1/ud.c
@@ -671,7 +671,7 @@ void hfi1_ud_rcv(struct hfi1_packet *packet)
if (unlikely(bth1 & HFI1_BECN_SMASK)) {
/*
* In pre-B0 h/w the CNP_OPCODE is handled via an
- * error path (errata 291394).
+ * error path.
*/
struct hfi1_pportdata *ppd = ppd_from_ibp(ibp);
u32 lqpn = be32_to_cpu(ohdr->bth[1]) & HFI1_QPN_MASK;