Manuel Ebner <[email protected]> writes: > It is a pain in the ass to compare the software versions on the running > system (scripts/ver_linux) with the minimal required versions. > Sorting both lists the same way makes side-by-side comparisons a simple task. > > sort output alphabetically
Sort the output of *what*? Yes, one can figure it out from reading the patch, but you shouldn't make readers do that. > Signed-off-by: Manuel Ebner <[email protected]> > --- > scripts/ver_linux | 64 +++++++++++++++++++++++------------------------ > 1 file changed, 32 insertions(+), 32 deletions(-) Thanks, jon

