diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 18:25:34 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 18:25:34 +0100 |
commit | 50c25fff5385c6baf3114f7c369b0f75a29ac1e8 (patch) | |
tree | 8931b703585db52ee9028d2bd0c2da5a06b0b36e /Documentation/dvb | |
parent | V4L/DVB (3216): saa7134 card #58 has a newer revision with a new subsystem ID (diff) | |
download | linux-50c25fff5385c6baf3114f7c369b0f75a29ac1e8.tar.xz linux-50c25fff5385c6baf3114f7c369b0f75a29ac1e8.zip |
V4L/DVB (3218): Whitespace cleanups
- minor whitespace cleanups
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'Documentation/dvb')
-rw-r--r-- | Documentation/dvb/get_dvb_firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index be6eb4c75991..08e96ff55720 100644 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware @@ -243,7 +243,7 @@ sub nxt2002 { my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); checkstandard(); - + wgetfile($sourcefile, $url); unzip($sourcefile, $tmpdir); verify("$tmpdir/SkyNETU.sys", $hash); |