Cosmetic update to spacing and comments
This commit is contained in:
parent
c392115fbd
commit
eeccd16a54
@ -1248,6 +1248,7 @@ static void spi_exchange(struct spi_dev_s *dev, const void *txbuffer,
|
|||||||
unsent = nwords;
|
unsent = nwords;
|
||||||
while (unrecvd > 0)
|
while (unrecvd > 0)
|
||||||
{
|
{
|
||||||
|
/* REVISIT: This might cause RX data overruns??? */
|
||||||
/* Send data while there is space in the TX buffer. This should
|
/* Send data while there is space in the TX buffer. This should
|
||||||
* provide some benefit when the depth of the TC buffer is > 1
|
* provide some benefit when the depth of the TC buffer is > 1
|
||||||
*/
|
*/
|
||||||
@ -1303,6 +1304,7 @@ static void spi_exchange(struct spi_dev_s *dev, const void *txbuffer,
|
|||||||
unsent = nwords;
|
unsent = nwords;
|
||||||
while (unrecvd > 0)
|
while (unrecvd > 0)
|
||||||
{
|
{
|
||||||
|
/* REVISIT: This might cause RX data overruns??? */
|
||||||
/* Send data while there is space in the TX buffer. This should
|
/* Send data while there is space in the TX buffer. This should
|
||||||
* provide some benefit when the depth of the TC buffer is > 1
|
* provide some benefit when the depth of the TC buffer is > 1
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user