Skip to content
Commit 4ca26561 authored by David Gow's avatar David Gow Committed by Greg Kroah-Hartman
Browse files

kunit: tool: Fix a python tuple typing error

[ Upstream commit 7421b1a4 ]

The first argument to namedtuple() should match the name of the type,
which wasn't the case for KconfigEntryBase.

Fixing this is enough to make mypy show no python typing errors again.

Fixes 97752c39

 ("kunit: kunit_tool: Allow .kunitconfig to disable config items")
Signed-off-by: default avatarDavid Gow <davidgow@google.com>
Reviewed-by: default avatarDaniel Latypov <dlatypov@google.com>
Acked-by: default avatarBrendan Higgins <brendanhiggins@google.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent f0ed115f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment