projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca6f7c
)
RDMA/iw_cxgb4: Correct RFC number of MPA
author
Hariprasad S
<hariprasad@chelsio.com>
Fri, 6 May 2016 16:47:55 +0000
(22:17 +0530)
committer
Doug Ledford
<dledford@redhat.com>
Fri, 13 May 2016 23:38:05 +0000
(19:38 -0400)
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/cm.c
b/drivers/infiniband/hw/cxgb4/cm.c
index 42983aadf57f9c8292278f5049f9ed01ff169c89..e953f8fd36a0da8f2fed65e5d65cdc4662475975 100644
(file)
--- a/
drivers/infiniband/hw/cxgb4/cm.c
+++ b/
drivers/infiniband/hw/cxgb4/cm.c
@@
-119,7
+119,7
@@
MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
static int mpa_rev = 2;
module_param(mpa_rev, int, 0644);
MODULE_PARM_DESC(mpa_rev, "MPA Revision, 0 supports amso1100, "
- "1 is RFC
05
44 spec compliant, 2 is IETF MPA Peer Connect Draft"
+ "1 is RFC
50
44 spec compliant, 2 is IETF MPA Peer Connect Draft"
" compliant (default=2)");
static int markers_enabled;