]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/
authorChristian Iversen <ci@iversenit.dk>
Mon, 4 May 2020 19:45:29 +0000 (21:45 +0200)
committerMichael Brown <mcb30@ipxe.org>
Thu, 28 Jan 2021 17:19:22 +0000 (17:19 +0000)
Signed-off-by: Christian Iversen <ci@iversenit.dk>
src/drivers/infiniband/nodnic_prm.h

index 5e0fa989069193ee51c765d25130ef43427419ed..a962c821cf37f14ad33497790a40723abdf22aee 100644 (file)
@@ -38,10 +38,10 @@ struct nodnic_wqe_segment_data_ptr_st {     /* Little Endian */
 
 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_wqe_segment_data_ptr data[HERMON_MAX_SCATTER];
+       struct nodnic_wqe_segment_data_ptr data[NODNIC_MAX_SCATTER];
 } __attribute__ (( packed ));
 
 #endif /* SRC_DRIVERS_INFINIBAND_MLX_NODNIC_INCLUDE_PRM_NODNIC_PRM_H_ */