Review at  https://gerrit.osmocom.org/3343

cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.c

Change-Id: I6e35fb9c1a6391e5185a62e9efd2f8ffba13cf0d
---
M src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/43/3343/1

diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c 
b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
index b96349e..8120165 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
+++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
@@ -1,5 +1,5 @@
 /* Copyright (C) 2015 by Yves Godin <[email protected]>
- * 
+ *
  * Based on sysmoBTS:
  *     sysmobts_mgr_vty.c
  *     (C) 2014 by lc15com - s.f.m.c. GmbH
@@ -423,7 +423,7 @@
 
 DEFUN(cfg_limit_vswr_crit_max, cfg_thresh_vswr_crit_max_cmd,
        "threshold critical max <1000-200000>",
-       "Threshold to reach\n" "Warning level\n" "Range\n")
+       "Threshold to reach\n" "Critical level\n" "Range\n")
 {
        struct lc15bts_vswr_limit *limit = vty->index;
        limit->thresh_crit_max = atoi(argv[0]);
@@ -441,7 +441,7 @@
 
 DEFUN(cfg_limit_pwr_crit_max, cfg_thresh_pwr_crit_max_cmd,
        "threshold critical max <0-200>",
-       "Threshold to reach\n" "Warning level\n" "Range\n")
+       "Threshold to reach\n" "Critical level\n" "Range\n")
 {
        struct lc15bts_pwr_limit *limit = vty->index;
        limit->thresh_crit_max = atoi(argv[0]);
@@ -739,7 +739,7 @@
 
 DEFUN(calibrate_clock, calibrate_clock_cmd,
       "calibrate clock",
-      "Calibration commands\n" 
+      "Calibration commands\n"
       "Calibrate clock against GPS PPS\n")
 {
        if (lc15bts_mgr_calib_run(s_mgr) < 0) {

-- 
To view, visit https://gerrit.osmocom.org/3343
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6e35fb9c1a6391e5185a62e9efd2f8ffba13cf0d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to