qcom_qup: Remove a double word in a source code comment

- s/the the/the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 13:54:40 +02:00
parent 8f538e2766
commit 79d939126a
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ qcom_spi_hw_write_pio_block(struct qcom_spi_softc *sc)
}
/*
* Read data into the the RX buffer and increment the RX offset.
* Read data into the RX buffer and increment the RX offset.
*
* Return true if the byte was saved into the RX buffer, else
* return false.