pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-msc/+/38510?usp=email )
Change subject: csd_bs: cosmetic changes to csd_bs_list_to_bearer_cap() ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-msc/+/38510/comment/ceab0400_3e528fa0?usp=... : PS1, Line 7: csd_bs: cosmetic changes to csd_bs_list_to_bearer_cap()
It does not change the way this function behaves though. […]
You are doing at least 2 changes which change the logic and potentially change the instruction set on the output binary: * Allocating a var in the stack every loop iteration * Marking the variable as const
So it's not really about changing a typo in a comment or changing the name of a variable.