Date: Sat, 3 Feb 2024 01:36:30 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 44bb80b0adec - main - qlnx: Fix typo (triple M) Message-ID: <202402030136.4131aU35011110@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */; }; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402030136.4131aU35011110>