diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-01-10 00:33:21 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-01-10 03:29:55 +0300 |
commit | 342402c426902c59491b43d3056a1039e5ca02db (patch) | |
tree | f9bc8feac3c1637401906c411ee60ddc9a7ecc87 /net/core/dev.c | |
parent | 8a27c4d226b5aa76a5ea22b6b9cd5d232e040a5f (diff) | |
download | linux-342402c426902c59491b43d3056a1039e5ca02db.tar.xz |
net/mlx5e: Fix build error in fec_set_block_stats()
Build bot reports:
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c: In function 'fec_set_block_stats':
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:1235:48: error: 'outl' undeclared (first use in this function); did you mean 'out'?
1235 | if (mlx5_core_access_reg(mdev, in, sz, outl, sz, MLX5_REG_PPCNT, 0, 0))
| ^~~~
| out
Reported-by: kernel test robot <lkp@intel.com>
Suggested-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20220109213321.2292830-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions