]> git.baikalelectronics.ru Git - kernel.git/commitdiff
net/mlx5: Replace spaces with tab at the start of a line
authorWenpeng Liang <liangwenpeng@huawei.com>
Thu, 1 Apr 2021 13:07:43 +0000 (21:07 +0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 14 Apr 2021 18:03:07 +0000 (11:03 -0700)
There should be no spaces at the start of the line.

Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c

index e58ef8c713e4d9aa2d4cdb3a9f8cec264079d2ca..34eb1118670f74a8f91c7cb69dc72b2b453cdddd 100644 (file)
@@ -52,7 +52,7 @@
 #include "diag/en_rep_tracepoint.h"
 
 #define MLX5E_REP_PARAMS_DEF_LOG_SQ_SIZE \
-        max(0x7, MLX5E_PARAMS_MINIMUM_LOG_SQ_SIZE)
+       max(0x7, MLX5E_PARAMS_MINIMUM_LOG_SQ_SIZE)
 #define MLX5E_REP_PARAMS_DEF_NUM_CHANNELS 1
 
 static const char mlx5e_rep_driver_name[] = "mlx5e_rep";