@@ -215,7 +215,7 @@ static int qmspi_set_frequency(struct spi_qmspi_data *qdata, struct qmspi_regs *
215
215
* SPI signalling mode: CPOL and CPHA
216
216
* CPOL = 0 is clock idles low, 1 is clock idle high
217
217
* CPHA = 0 Transmitter changes data on trailing of preceding clock cycle.
218
- * Receiver samples data on leading edge of clock cyle .
218
+ * Receiver samples data on leading edge of clock cycle .
219
219
* 1 Transmitter changes data on leading edge of current clock cycle.
220
220
* Receiver samples data on the trailing edge of clock cycle.
221
221
* SPI Mode nomenclature:
@@ -475,7 +475,7 @@ static inline int qmspi_xfr_cm_init(const struct device *dev,
475
475
* RX data discard for certain SPI command protocols using dual/quad I/O.
476
476
* 1. Get largest contiguous data size from SPI context.
477
477
* 2. If the SPI TX context has a non-zero length configure Local-DMA TX
478
- * channel 1 for contigous data size. If TX context has valid buffer
478
+ * channel 1 for contiguous data size. If TX context has valid buffer
479
479
* configure channel to use context buffer with address increment.
480
480
* If the TX buffer pointer is NULL interpret byte length as the number
481
481
* of clocks to generate with output line(s) tri-stated. NOTE: The controller
@@ -487,7 +487,7 @@ static inline int qmspi_xfr_cm_init(const struct device *dev,
487
487
* For example, if I/O lines is 4 (quad) meaning 4 bits per clock and the
488
488
* user wants 7 clocks then the number of bit units is 4 * 7 = 28.
489
489
* 3. If instead, the SPI RX context has a non-zero length configure Local-DMA
490
- * RX channel 1 for the contigous data size. If RX context has a valid
490
+ * RX channel 1 for the contiguous data size. If RX context has a valid
491
491
* buffer configure channel to use buffer with address increment else
492
492
* configure channel for driver data temporary buffer without address
493
493
* increment.
@@ -696,7 +696,7 @@ static int qmspi_xfr_start_async(const struct device *dev, const struct spi_buf_
696
696
return 0 ;
697
697
}
698
698
699
- /* Wrapper to start asynchronous (interrupts enabled) SPI transction */
699
+ /* Wrapper to start asynchronous (interrupts enabled) SPI transaction */
700
700
static int qmspi_xfr_async (const struct device * dev ,
701
701
const struct spi_config * config ,
702
702
const struct spi_buf_set * tx_bufs ,
0 commit comments