7 comments:
File Transceiver52M/device/websdr/TransceiverWebSdr.h:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 58: int post_tx_burst(size_t chan, char* buffer, int msgLen);
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 70: #endif /* TRANSCEIVER_WEBSDR_H */
adding a line without newline at end of file
File Transceiver52M/device/websdr/osmo-trx-websdr.h:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 31: int osmotrxlib_process_command(const char* buffer, char *response, size_t response_size);
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 34: int osmotrxlib_push_rx_short_vector(short* buffers, int samples, int underrun,
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 36: int osmotrxlib_get_rx_burst(char* buf, int maxLen);
"foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 40: int osmotrxlib_put_tx_burst(char* buffer, int msgLen);
"foo* bar" should be "foo *bar"
File Transceiver52M/device/websdr/radioInterfaceWebSdr.h:
Robot Comment from checkpatch (run ID ):
Patch Set #1, Line 27: int fillPullBuffer(short** buffers, int samples,
"foo** bar" should be "foo **bar"
To view, visit change 42411. To unsubscribe, or for help writing mail filters, visit settings.