mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:21:10 +01:00
mlx5en(4): Fix a few typos in source code comments
- s/persistant/persistent/ MFC after: 3 days
This commit is contained in:
parent
f697fe65e6
commit
4a87beeccb
@ -758,7 +758,7 @@ struct mlx5e_rq_mbuf {
|
||||
};
|
||||
|
||||
struct mlx5e_rq {
|
||||
/* persistant fields */
|
||||
/* persistent fields */
|
||||
struct mtx mtx;
|
||||
struct mlx5e_rq_stats stats;
|
||||
struct callout watchdog;
|
||||
@ -845,7 +845,7 @@ enum {
|
||||
};
|
||||
|
||||
struct mlx5e_sq {
|
||||
/* persistant fields */
|
||||
/* persistent fields */
|
||||
struct mtx lock;
|
||||
struct mtx comp_lock;
|
||||
struct mlx5e_sq_stats stats;
|
||||
|
@ -2259,7 +2259,7 @@ mlx5e_open_channel(struct mlx5e_priv *priv,
|
||||
struct epoch_tracker et;
|
||||
int i, err;
|
||||
|
||||
/* zero non-persistant data */
|
||||
/* zero non-persistent data */
|
||||
MLX5E_ZERO(&c->rq, mlx5e_rq_zero_start);
|
||||
for (i = 0; i != priv->num_tc; i++)
|
||||
MLX5E_ZERO(&c->sq[i], mlx5e_sq_zero_start);
|
||||
|
Loading…
Reference in New Issue
Block a user