From: Oliver Endriss Date: Fri, 5 Feb 2010 10:57:58 +0000 (-0300) Subject: V4L/DVB: get_dvb_firmware: Fix typo, sort list of components X-Git-Tag: v2.6.34-rc1~280^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87147ff03a8aa27b9cc94872b195e6f8bb922feb;p=platform%2Fkernel%2Flinux-3.10.git V4L/DVB: get_dvb_firmware: Fix typo, sort list of components Commiter: Oliver Endriss Fix typo. Sort list of components for better readability. Signed-off-by: Oliver Endriss Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index f550fda..239cbdb 100644 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware @@ -39,7 +39,7 @@ for ($i=0; $i < scalar(@components); $i++) { die $@ if $@; print STDERR <\n"; print STDERR "Supported components:\n"; + @components = sort @components; for($i=0; $i < scalar(@components); $i++) { print STDERR "\t" . $components[$i] . "\n"; }