Change in osmo-bsc[master]: abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Nov 14 21:45:50 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/26244 )


Change subject: abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()
......................................................................

abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()

The linter (executed by Jenkins) complains:

  src/osmo-bsc/abis_rsl.c:543: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"

and blocks changes, adding V-1 when I am changing the related code.

Change-Id: I0cf00ff898e69734850659e8ba0e2ff023f9b2dd
---
M src/osmo-bsc/abis_rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/44/26244/1

diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index f7a2de7..d596fdd 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -540,7 +540,7 @@
 
 	cap = (struct abis_rsl_osmo_rep_acch_cap*) msg->tail;
 	msgb_tlv_put(msg, RSL_IE_OSMO_REP_ACCH_CAP, sizeof(*cap),
-		     (uint8_t*) &bts->repeated_acch_policy);
+		     (uint8_t *)&bts->repeated_acch_policy);
 
 	if (!(lchan->conn && lchan->conn->cm3_valid
 	      && lchan->conn->cm3.repeated_acch_capability)) {

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I0cf00ff898e69734850659e8ba0e2ff023f9b2dd
Gerrit-Change-Number: 26244
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211114/bdd61a53/attachment.htm>


More information about the gerrit-log mailing list