4 comments:
File src/ipa/libipa/es10b_get_eim_cfg_data.c:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 301: return EINVAL;
return of an errno should typically be negative (ie: return -EINVAL)
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 306: return EINVAL;
return of an errno should typically be negative (ie: return -EINVAL)
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 312: if (index >= res->res->eimConfigurationDataList.list.count) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 329: return EINVAL;
return of an errno should typically be negative (ie: return -EINVAL)
To view, visit change 43652. To unsubscribe, or for help writing mail filters, visit settings.