diff mbox

libibumad: fix status type

Message ID 20130725155035.64fdcaf2e3e882bce0cbd0e4@intel.com (mailing list archive)
State Accepted
Delegated to: Hal Rosenstock
Headers show

Commit Message

Ira Weiny July 25, 2013, 10:50 p.m. UTC
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
---
 include/infiniband/umad_types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Hal Rosenstock July 26, 2013, 12:08 p.m. UTC | #1
On 7/25/2013 6:50 PM, Ira Weiny wrote:
> 
> Signed-off-by: Ira Weiny <ira.weiny@intel.com>

Thanks. Applied.

-- Hal

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/infiniband/umad_types.h b/include/infiniband/umad_types.h
index 44bc6b0..dab92ff 100644
--- a/include/infiniband/umad_types.h
+++ b/include/infiniband/umad_types.h
@@ -127,7 +127,7 @@  struct umad_hdr {
 	uint8_t	 mgmt_class;
 	uint8_t	 class_version;
 	uint8_t	 method;
-	uint16_t status;
+	be16_t   status;
 	be16_t   class_specific;
 	be64_t   tid;
 	be16_t   attr_id;