* [PATCH][TRIVIAL] ibacm/acme.C: Fix typo in show_path output
@ 2012-04-05 20:05 Hal Rosenstock
[not found] ` <4F7DFAF0.4030206-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Hal Rosenstock @ 2012-04-05 20:05 UTC (permalink / raw)
To: Hefty, Sean
Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/src/acme.c b/src/acme.c
index 3d7461b..768f17e 100644
--- a/src/acme.c
+++ b/src/acme.c
@@ -419,7 +419,7 @@ static void show_path(struct ibv_path_record *path)
printf(" flow label: 0x%x\n", fl_hop >> 8);
printf(" hop limit: %d\n", (uint8_t) fl_hop);
printf(" tclass: %d\n", path->tclass);
- printf(" reverisible: %d\n", path->reversible_numpath >> 7);
+ printf(" reversible: %d\n", path->reversible_numpath >> 7);
printf(" pkey: 0x%x\n", ntohs(path->pkey));
printf(" sl: %d\n", ntohs(path->qosclass_sl) & 0xF);
printf(" mtu: %d\n", path->mtu & 0x1F);
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH][TRIVIAL] ibacm/acme.C: Fix typo in show_path output
[not found] ` <4F7DFAF0.4030206-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2012-04-05 23:21 ` Hefty, Sean
0 siblings, 0 replies; 2+ messages in thread
From: Hefty, Sean @ 2012-04-05 23:21 UTC (permalink / raw)
To: Hal Rosenstock
Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
Thanks - applied
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-05 23:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 20:05 [PATCH][TRIVIAL] ibacm/acme.C: Fix typo in show_path output Hal Rosenstock
[not found] ` <4F7DFAF0.4030206-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2012-04-05 23:21 ` Hefty, Sean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox