瀏覽代碼

lantiq-dsl: add missing blank in dsl output

blank inserted before ACTATP

Signed-off-by: Florian Eckert <[email protected]>

SVN-Revision: 49137
John Crispin 10 年之前
父節點
當前提交
0039bc665c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

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

@@ -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
 }