mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00: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>