projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d102b73
)
[media] get_dvb_firmware: whitespace fix
author
Antti Palosaari
<crope@iki.fi>
Tue, 13 Sep 2011 14:55:18 +0000
(11:55 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 21 Sep 2011 13:09:19 +0000
(10:09 -0300)
it9135 was the only one intended with spaces as others are tabs.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/dvb/get_dvb_firmware
patch
|
blob
|
history
diff --git
a/Documentation/dvb/get_dvb_firmware
b/Documentation/dvb/get_dvb_firmware
index 06ec38460514923da34971f6729de85db593564e..996f5786099f0a1fe27002ba5a0ef48536665a20 100755
(executable)
--- a/
Documentation/dvb/get_dvb_firmware
+++ b/
Documentation/dvb/get_dvb_firmware
@@
-28,7
+28,7
@@
use IO::Handle;
"opera1", "cx231xx", "cx18", "cx23885", "pvrusb2", "mpc718",
"af9015", "ngene", "az6027", "lme2510_lg", "lme2510c_s7395",
"lme2510c_s7395_old", "drxk", "drxk_terratec_h5", "tda10071",
-
"it9135" );
+ "it9135" );
# Check args
syntax() if (scalar(@ARGV) != 1);