diff options
| author | David S. Miller <davem@davemloft.net> | 2023-01-11 15:55:09 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-01-11 15:55:09 +0300 |
| commit | 8fed75653a670a4d3be0ab9949aed5e2968a03ef (patch) | |
| tree | 859b7e4951897b2fae6951640fa438cea0630221 /include/linux | |
| parent | cb3e9864cdbe35ff6378966660edbcbac955fe17 (diff) | |
| parent | 9828994ac492e8e7de47fe66097b7e665328f348 (diff) | |
| download | linux-8fed75653a670a4d3be0ab9949aed5e2968a03ef.tar.xz | |
Merge tag 'mlx5-fixes-2023-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
mlx5-fixes-2023-01-09
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index d476255c9a3f..76ef2e4fde38 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -315,7 +315,7 @@ struct mlx5_cmd { struct mlx5_cmd_debug dbg; struct cmd_msg_cache cache[MLX5_NUM_COMMAND_CACHES]; int checksum_disabled; - struct mlx5_cmd_stats *stats; + struct mlx5_cmd_stats stats[MLX5_CMD_OP_MAX]; }; struct mlx5_cmd_mailbox { |
