Change in libosmocore[master]: bitvec: fix misleading description of bitvec_spare_padding()

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
Sat Feb 22 19:39:59 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/17215 )

Change subject: bitvec: fix misleading description of bitvec_spare_padding()
......................................................................

bitvec: fix misleading description of bitvec_spare_padding()

Change-Id: Ie60bf7d993fe80d3c0fcd04e4c3dd81da4a2ea0b
---
M src/bitvec.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



diff --git a/src/bitvec.c b/src/bitvec.c
index 10aa776..6202227 100644
--- a/src/bitvec.c
+++ b/src/bitvec.c
@@ -292,7 +292,7 @@
 	return 0;
 }
 
-/*! pad all remaining bits up to num_bits
+/*! pad all remaining bits up to a given bit number
  *  \return 0 on success; negative otherwise */
 int bitvec_spare_padding(struct bitvec *bv, unsigned int up_to_bit)
 {

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie60bf7d993fe80d3c0fcd04e4c3dd81da4a2ea0b
Gerrit-Change-Number: 17215
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200222/75a2e5e4/attachment.htm>


More information about the gerrit-log mailing list