[MERGED] osmo-bts[master]: cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.c

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Jul 25 17:17:26 UTC 2017


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.c
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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 <support at nuranwireless.com>
- * 
+ *
  * 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: merged
Gerrit-Change-Id: I6e35fb9c1a6391e5185a62e9efd2f8ffba13cf0d
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list