11 comments:
File src/OCTET_STRING.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1862: unsigned int unused;
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1862: unsigned int unused;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1892: sizeinunits = st->size * 8;
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1892: sizeinunits = st->size * 8;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1893: /* make sure sizeinunits cannot wrap past zero (especially when st->size == 0). */
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1894: unused = st->bits_unused & 0x07;
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1894: unused = st->bits_unused & 0x07;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1895: if (unused <= sizeinunits)
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1895: if (unused <= sizeinunits)
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1896: sizeinunits -= unused;
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18195):
Patch Set #1, Line 1896: sizeinunits -= unused;
please, no spaces at the start of a line
To view, visit change 37984. To unsubscribe, or for help writing mail filters, visit settings.