3 comments:
File firmware/ice40-riscv/e1-tracer/idt82v2081_no2spi.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-644):
Patch Set #1, Line 32: { .data = (void*)&cmd, .len = 1, .read = false, .write = true, },
"(foo*)" should be "(foo *)"
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-644):
Patch Set #1, Line 33: { .data = (void*)&rv, .len = 1, .read = true, .write = false, },
"(foo*)" should be "(foo *)"
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-644):
Patch Set #1, Line 44: { .data = (void*)cmd, .len = 2, .read = false, .write = true, },
"(foo*)" should be "(foo *)"
To view, visit change 29949. To unsubscribe, or for help writing mail filters, visit settings.