The branch main has been updated by imp:

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

commit 44bb80b0adec2faafc8c4b0381595121863655ff
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2024-02-03 00:35:54 +0000
Commit:     Warner Losh <[email protected]>
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 */;
 };
 
 /*

Reply via email to