https://github.com/torvalds/linux
Revision f0337889147c956721696553ffcc97212b0948fe authored by Yuval Avnery on 13 December 2018, 00:26:46 UTC, committed by Saeed Mahameed on 19 December 2018, 21:31:16 UTC
Expression terminated with "," instead of ";", resulted in
set_fte getting bad value for modify_enable_mask field.

Fixes: bd5251dbf156 ("net/mlx5_core: Introduce flow steering destination of type counter")
Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
1 parent bfc6982
Raw File
Tip revision: f0337889147c956721696553ffcc97212b0948fe authored by Yuval Avnery on 13 December 2018, 00:26:46 UTC
net/mlx5: Typo fix in del_sw_hw_rule
Tip revision: f033788
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"
back to top