Attention is currently required from: laforge.
4 comments:
File src/common/rsl.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-5518):
Patch Set #2, Line 3298: gsm_pchan_name(ts->pchan), pdch_act? "PDCH" : "TCH/F", ts->flags);
spaces required around that '?' (ctx:VxW)
File src/osmo-bts-lc15/oml.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-5518):
Patch Set #2, Line 937: LOGPLCHAN(lchan, DL1C, LOGL_INFO, "%s tch_mode=0x%02x\n", __FUNCTION__, lchan->tch_mode);
__func__ should be used instead of gcc specific __FUNCTION__
File src/osmo-bts-oc2g/oml.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-5518):
Patch Set #2, Line 952: LOGPLCHAN(lchan, DL1C, LOGL_INFO, "%s tch_mode=0x%02x\n", __FUNCTION__, lchan->tch_mode);
__func__ should be used instead of gcc specific __FUNCTION__
File src/osmo-bts-sysmo/oml.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-5518):
Patch Set #2, Line 945: __FUNCTION__, lchan->tch_mode);
__func__ should be used instead of gcc specific __FUNCTION__
To view, visit change 32093. To unsubscribe, or for help writing mail filters, visit settings.