git: 376479200760 - main - Fix whitespace in mlx5en(4).
Hans Petter Selasky
hselasky at FreeBSD.org
Fri Jan 8 12:34:31 UTC 2021
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/src/commit/?id=37647920076048300c604b97d8a8691dca49ad4a
commit 37647920076048300c604b97d8a8691dca49ad4a
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-08 12:33:46 +0000
Fix whitespace in mlx5en(4).
MFC after: 1 week
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 73376e45be03..4c3d696ed41c 100644
--- a/sys/dev/mlx5/mlx5_en/en.h
+++ b/sys/dev/mlx5/mlx5_en/en.h
@@ -796,7 +796,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-all
mailing list