8 comments:
File Transceiver52M/proto_trxd.h:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 39: ssize_t trxd_prepare_burst_ind_v0(const struct trx_ul_burst_ind *bi, char* buf, size_t maxLen);
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 42: ssize_t trxd_prepare_burst_ind_v1(const struct trx_ul_burst_ind *bi, char* buffer, size_t maxLen);
"foo* bar" should be "foo *bar"
File Transceiver52M/proto_trxd.c:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 68: ssize_t trxd_prepare_burst_ind_v0(const struct trx_ul_burst_ind *bi, char* buf, size_t maxLen)
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 92: bool trxd_send_burst_ind_v0(size_t chan, int fd, const struct trx_ul_burst_ind *bi) {
open brace '{' following function definitions go on the next line
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 114: ssize_t trxd_prepare_burst_ind_v1(const struct trx_ul_burst_ind *bi, char* buffer, size_t maxLen)
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 123: struct trxd_hdr_v1* pkt = (struct trxd_hdr_v1*)buffer;
"(foo*)" should be "(foo *)"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 123: struct trxd_hdr_v1* pkt = (struct trxd_hdr_v1*)buffer;
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 134: bool trxd_send_burst_ind_v1(size_t chan, int fd, const struct trx_ul_burst_ind *bi) {
open brace '{' following function definitions go on the next line
To view, visit change 42357. To unsubscribe, or for help writing mail filters, visit settings.