We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74b652 commit 5c08f18Copy full SHA for 5c08f18
drivers/spi/spi_context.h
@@ -294,10 +294,10 @@ void spi_context_buffers_setup(struct spi_context *ctx,
294
#endif /* CONFIG_SPI_SLAVE */
295
296
LOG_DBG("current_tx %p (%zu), current_rx %p (%zu),"
297
- " tx buf/len %p/%zu, rx buf/len %p/%zu",
298
- ctx->current_tx, ctx->tx_count,
299
- ctx->current_rx, ctx->rx_count,
300
- ctx->tx_buf, ctx->tx_len, ctx->rx_buf, ctx->rx_len);
+ " tx buf/len %p/%zu, rx buf/len %p/%zu",
+ ctx->current_tx, ctx->tx_count,
+ ctx->current_rx, ctx->rx_count,
+ ctx->tx_buf, ctx->tx_len, ctx->rx_buf, ctx->rx_len);
301
}
302
303
static ALWAYS_INLINE
0 commit comments