mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
The sort order of dictionaries in Python is undocumented. Use tuples instead, which are documented to be lexically ordered. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>