]> git.ipfire.org Git - people/ms/linux.git/commitdiff
ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enum
authorHal Rosenstock <hal@dev.mellanox.co.il>
Wed, 30 Sep 2015 19:04:29 +0000 (15:04 -0400)
committerDoug Ledford <dledford@redhat.com>
Wed, 21 Oct 2015 20:41:54 +0000 (16:41 -0400)
IBA spec is now 1.3 not 3.1 and vol 1 should be mentioned
as there is also vol 2.

Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
include/rdma/ib_pack.h

index 709a5331e6b9d2ff04ba262d377b53f6819426c9..e99d8f9a4551d9889501c645e04139fd0f32a3f8 100644 (file)
@@ -76,7 +76,7 @@ enum {
        IB_OPCODE_UC                                = 0x20,
        IB_OPCODE_RD                                = 0x40,
        IB_OPCODE_UD                                = 0x60,
-       /* per IBTA 3.1 Table 38, A10.3.2 */
+       /* per IBTA 1.3 vol 1 Table 38, A10.3.2 */
        IB_OPCODE_CNP                               = 0x80,
 
        /* operations -- just used to define real constants */