git: 44bb80b0adec - main - qlnx: Fix typo (triple M)

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 01:36:30 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=44bb80b0adec2faafc8c4b0381595121863655ff

commit 44bb80b0adec2faafc8c4b0381595121863655ff
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-02-03 00:35:54 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-03 01:35:00 +0000

    qlnx: Fix typo (triple M)
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/963
---
 sys/dev/qlnx/qlnxe/iscsi_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/qlnx/qlnxe/iscsi_common.h b/sys/dev/qlnx/qlnxe/iscsi_common.h
index 964735a9df83..772b2241072f 100644
--- a/sys/dev/qlnx/qlnxe/iscsi_common.h
+++ b/sys/dev/qlnx/qlnxe/iscsi_common.h
@@ -1404,7 +1404,7 @@ struct iscsi_conn_update_ramrod_params
 	__le32 max_recv_pdu_length /* Maximum PDU size. Valid for the RX */;
 	__le32 first_seq_length /* Initial sequence length */;
 	__le32 exp_stat_sn /* ExpStatSn - Option1 Only */;
-	union dif_configuration_params dif_on_imme_params /* dif on immmediate params - Target mode Only */;
+	union dif_configuration_params dif_on_imme_params /* dif on immediate params - Target mode Only */;
 };
 
 /*