Attention is currently required from: Timur Davydov.
2 comments:
File src/osmo-bts-trx/osmo-bts-trx-websdr.c:
Robot Comment from checkpatch (run ID ):
Patch Set #3, Line 90: const char *params[] = {
char * array declaration might be better as static const
Robot Comment from checkpatch (run ID ):
Patch Set #3, Line 95: const size_t num_params = sizeof(params) / sizeof(params[0]);
Prefer ARRAY_SIZE(params)
To view, visit change 42703. To unsubscribe, or for help writing mail filters, visit settings.