checkkconfigsymbols.py: fix sorted output
authorValentin Rothberg <valentinrothberg@gmail.com>
Mon, 23 Mar 2015 17:40:49 +0000 (18:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Mar 2015 14:18:44 +0000 (15:18 +0100)
commite9533ae539d5cc3d5fc501529d2df7b77e20449c
tree9dc0125bdc33460c5b89aecc48d6e0b70e5f2919
parenta087146c72bad795bcab80e5987c5b80fa225000
checkkconfigsymbols.py: fix sorted output

Commit b1a3f243485f ("checkkconfigsymbols.py: make it Git aware")
mistakenly removed to print undefined Kconfig symbols in alphabetical
order.  Furthermore, the script does not print anything anymore when the
entire tree is checked (i.e., when no commit is specified).

This patch restores the sorted output and adds the missing print for the
default case.  Additionally, the file lists are now sorted as well which
(a) makes it easier to read and (b) makes the output deterministic.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/checkkconfigsymbols.py