Attention is currently required from: Hoernchen.
9 comments:
File crc_code.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 36: for (uint32_t i = 0; i < length; i++) {
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 38: for (uint8_t j = 0; j < 8; j++) {
suspect code indent for conditional statements (4, 6)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 63: if (calculated_crc != expected_crc) {
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 79: while (1)
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 92: if (argc != 4) {
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 104: if (!f) {
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 110: if (fseek(f, (long)start_offset, SEEK_SET) != 0) {
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 117: if (!buf) {
suspect code indent for conditional statements (2, 4)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-21287):
Patch Set #6, Line 126: if (read_bytes != length) {
suspect code indent for conditional statements (2, 4)
To view, visit change 39437. To unsubscribe, or for help writing mail filters, visit settings.