16 comments:
Patch Set #3, Line 140: GOOGLE_RAIDEN_SPI_PROTOCOL_V1
Ack
.
int16_t max_spi_write_count;
uint16_t max_spi_read_count;
jlink_spi.c has some parallels, albit a more simplified version: […]
Ack
I suggest just sticking to the style already inherent in the file. […]
Done
Maybe use a tab instead of eight spaces
Done
Patch Set #3, Line 352: ctx_data->out_ep,
This looks pretty weird. […]
Done
there are spaces
Done
Can use tabs here
Done
Can use tabs here
Done
Can use tabs here
Done
Patch Set #3, Line 495: status == 0
`if (!status)` is canonical.
Done
.max_data_read = 0,
.max_data_write = 0,
See comment above near the 'struct raiden_debug_spi_data'
Ack
mixing tabs / spaces
Done
ctx_data->max_spi_write_count= SPI_TRANSFER_V1_MAX;
ctx_data->max_spi_read_count = SPI_TRANSFER_V1_MAX;
See comment about configure_protocol() from below: Short answer protocol 2 allows SPI transfers much […]
Ack
moar spaces that should be tabs
Done
use tabs
Done
Patch Set #3, Line 813: configure_protoco
No. Here is a two things to consider; […]
Done
To view, visit change 41532. To unsubscribe, or for help writing mail filters, visit settings.