2 comments:
File src/osmo-bts-trx/trx_if.c:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 584: if (sscanf(rsp->params, "%d", &nominal_power) != 1) {
Prefer kstrto<type> to single variable sscanf
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 603: if (sscanf(rsp->params, "%d", &power_att) != 1) {
Prefer kstrto<type> to single variable sscanf
To view, visit change 42511. To unsubscribe, or for help writing mail filters, visit settings.