You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while testing check_selftest on my patch, which contains the following order:
CONFIG_NET_SCH_INGRESS=y
CONFIG_NETCONSOLE=m
It printed the following error, which is clearly wrong:
Validation errors in tools/testing/selftests/drivers/net/bonding/config:
Lines 14-15 invalid order, CONFIG_NETCONSOLE=m should be after CONFIG_NET_SCH_INGRESS=y
Fix the wording saying that current line should come before the previous one,
given there is an error and current line is already after previous line. Also
rename variables to make the code easier to reason about.
Signed-off-by: Breno Leitao <[email protected]>
Fixes: af02b9f ("tests: make check_selftests check format of Makefiles and configs")
0 commit comments