Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2024 10:05:08 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 64bf5a431cbe - main - mlx5_en: style function prototype
Message-ID:  <202411231005.4ANA58d4005696@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=64bf5a431cbe1842db6f54993d6d426484012a5a

commit 64bf5a431cbe1842db6f54993d6d426484012a5a
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-11-23 10:01:12 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-11-23 10:01:50 +0000

    mlx5_en: style function prototype
    
    Sponsored by:   NVidia networking
    MFC after:      2 weeks
---
 sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c b/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
index 8b5121066bdf..56c7c3c5631f 100644
--- a/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
+++ b/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
@@ -394,8 +394,7 @@ mlx5e_tls_set_params(void *ctx, const struct tls_session_params *en)
 CTASSERT(MLX5E_TLS_ST_INIT == 0);
 
 int
-mlx5e_tls_snd_tag_alloc(if_t ifp,
-    union if_snd_tag_alloc_params *params,
+mlx5e_tls_snd_tag_alloc(if_t ifp, union if_snd_tag_alloc_params *params,
     struct m_snd_tag **ppmt)
 {
 	union if_snd_tag_alloc_params rl_params;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411231005.4ANA58d4005696>