falconia has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42712?usp=email )
Change subject: nokia: add support for Flexi Multiradio ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-bsc/bts_nokia_site.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/42712/comment/a286c739_416bf42d?usp=... : PS1, Line 1778: It is also possible to configure the BTS without a reset, but in this case
please, no spaces at the start of a line
In this case I am changing the word content of an existing comment without changing its formatting style. How do we override the overzealous linter in such cases?
https://gerrit.osmocom.org/c/osmo-bsc/+/42712/comment/a9c5f5a2_65188a93?usp=... : PS1, Line 1785: static int abis_nm_rcvmsg_fom(struct e1inp_sign_link *sign_link,
Avoid multiple line dereference - prefer 'run.static'
What the heck is it complaining about? Functions with long argument lists have those lists split into multiple lines all the time, to keep line length under control, which is all I am doing here. Once again, I need some way to override the overzealous linter.