git: 026b14030bdf - stable/11 - MFC 376479200760: Fix whitespace in mlx5en(4).

Hans Petter Selasky hselasky at FreeBSD.org
Fri Jan 22 12:48:33 UTC 2021


The branch stable/11 has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=026b14030bdff05587c0db680bfba255b5df01b3

commit 026b14030bdff05587c0db680bfba255b5df01b3
Author:     Hans Petter Selasky <hselasky at FreeBSD.org>
AuthorDate: 2021-01-08 11:44:42 +0000
Commit:     Hans Petter Selasky <hselasky at FreeBSD.org>
CommitDate: 2021-01-22 12:31:34 +0000

    MFC 376479200760:
    Fix whitespace in mlx5en(4).
    
    Sponsored by: Mellanox Technologies // NVIDIA Networking
---
 sys/dev/mlx5/mlx5_en/en.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mlx5/mlx5_en/en.h b/sys/dev/mlx5/mlx5_en/en.h
index c9ab9ef779f4..5274d22548fa 100644
--- a/sys/dev/mlx5/mlx5_en/en.h
+++ b/sys/dev/mlx5/mlx5_en/en.h
@@ -790,7 +790,7 @@ struct mlx5e_sq {
 	struct	mtx lock;
 	struct	mtx comp_lock;
 	struct	mlx5e_sq_stats stats;
-  	struct	callout cev_callout;
+	struct	callout cev_callout;
 
 	/* data path */
 #define	mlx5e_sq_zero_start dma_tag


More information about the dev-commits-src-branches mailing list