Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 931cf9a3 authored by Hal Rosenstock's avatar Hal Rosenstock Committed by Doug Ledford
Browse files

ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enum



IBA spec is now 1.3 not 3.1 and vol 1 should be mentioned
as there is also vol 2.

Signed-off-by: default avatarHal Rosenstock <hal@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 68a5e604
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */