lantiq-dsl: add missing blank in dsl output
authorJohn Crispin <john@openwrt.org>
Sat, 9 Apr 2016 10:25:29 +0000 (10:25 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 9 Apr 2016 10:25:29 +0000 (10:25 +0000)
blank inserted before ACTATP

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
SVN-Revision: 49137

target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

index 8c6482f41fca20970690df72819d6dc9d52b9e9f..41993f77d301b423499719beafad05e0bce9b45a 100755 (executable)
@@ -639,7 +639,7 @@ line_data() {
                echo "Line Attenuation (LATN):                  Down: ${latnd}dB / Up: ${latnu}dB"
                echo "Signal Attenuation (SATN):                Down: ${satnd}dB / Up: ${satnu}dB"
                echo "Noise Margin (SNR):                       Down: ${snrd}dB / Up: ${snru}dB"
-               echo "Aggregate Transmit Power(ACTATP):         Down: ${actatpd}dB / Up: ${actatpu}dB"
+               echo "Aggregate Transmit Power (ACTATP):        Down: ${actatpd}dB / Up: ${actatpu}dB"
                echo "Max. Attainable Data Rate (ATTNDR):       Down: ${sattndrd}/s / Up: ${sattndru}/s"
        fi
 }