diff mbox

[TRIVIAL,rdma-core] libibumad/man/umad_set_addr_net.3: Update function signature

Message ID ae127b69-661e-6ce1-8ffc-6a7ebf7d34d4@dev.mellanox.co.il (mailing list archive)
State Accepted
Headers show

Commit Message

Hal Rosenstock March 22, 2017, 9:14 p.m. UTC
to be consistent with change in commit 8a342f390e7af71bba0d8794d741453604647e98
umad: Add missing be annotation

Signed-off-by: Hal Rosenstock <hal@mellanox.com>
---
 libibumad/man/umad_set_addr_net.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/libibumad/man/umad_set_addr_net.3 b/libibumad/man/umad_set_addr_net.3
index 778faf4..b395252 100644
--- a/libibumad/man/umad_set_addr_net.3
+++ b/libibumad/man/umad_set_addr_net.3
@@ -8,7 +8,7 @@  umad_set_addr_net \- set MAD address fields within umad buffer using network ord
 .nf
 .B #include <infiniband/umad.h>
 .sp
-.BI "int umad_set_addr_net(void " "*umad" ", int " "dlid" ", int " "dqp" ", int " "sl" ", int " "qkey");
+.BI "int umad_set_addr_net(void " "*umad" ", __be16 " "dlid" ", __be32 " "dqp" ", int " "sl" ", __be32 " "qkey");
 .fi
 .SH "DESCRIPTION"
 .B umad_set_addr_net()