Change in osmo-bts[master]: pcu_sock: pcu_tx_si_all(): cosmetic coding style change

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/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Feb 4 14:05:24 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/22690 )

Change subject: pcu_sock: pcu_tx_si_all(): cosmetic coding style change
......................................................................

pcu_sock: pcu_tx_si_all(): cosmetic coding style change

Change-Id: I11f60ecdd3cfa2132d58fd3034bfe7419df0edb6
---
M src/common/pcu_sock.c
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 454f921..d7092f9 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -778,10 +778,11 @@
 			rc = pcu_tx_si(bts, si_types[i], true);
 			if (rc < 0)
 				rc = -EINVAL;
-		} else
+		} else {
 			LOGP(DPCU, LOGL_INFO,
 			     "SI%s is not available on PCU connection\n",
 			     get_value_string(osmo_sitype_strs, si_types[i]));
+		}
 	}
 
 	return rc;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/22690
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I11f60ecdd3cfa2132d58fd3034bfe7419df0edb6
Gerrit-Change-Number: 22690
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210204/13439311/attachment.htm>


More information about the gerrit-log mailing list