[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/

Signed-off-by: Christian Iversen <ci@iversenit.dk>
pull/234/head
Christian Iversen 2020-05-04 21:45:29 +02:00 committed by Michael Brown
parent 36a892a7c7
commit 0e788c8eda
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ struct nodnic_wqe_segment_data_ptr_st { /* Little Endian */
struct MLX_DECLARE_STRUCT ( nodnic_wqe_segment_data_ptr ); struct MLX_DECLARE_STRUCT ( nodnic_wqe_segment_data_ptr );
#define HERMON_MAX_SCATTER 1 #define NODNIC_MAX_SCATTER 1
struct nodnic_recv_wqe { struct nodnic_recv_wqe {
struct nodnic_wqe_segment_data_ptr data[HERMON_MAX_SCATTER]; struct nodnic_wqe_segment_data_ptr data[NODNIC_MAX_SCATTER];
} __attribute__ (( packed )); } __attribute__ (( packed ));
#endif /* SRC_DRIVERS_INFINIBAND_MLX_NODNIC_INCLUDE_PRM_NODNIC_PRM_H_ */ #endif /* SRC_DRIVERS_INFINIBAND_MLX_NODNIC_INCLUDE_PRM_NODNIC_PRM_H_ */