File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -971,7 +971,7 @@ struct spi_transfer {
971
971
* each represented by a struct spi_transfer. The sequence is "atomic"
972
972
* in the sense that no other spi_message may use that SPI bus until that
973
973
* sequence completes. On some systems, many such sequences can execute as
974
- * as single programmed DMA transfer. On all systems, these messages are
974
+ * a single programmed DMA transfer. On all systems, these messages are
975
975
* queued, and might complete after transactions to other devices. Messages
976
976
* sent to a given spi_device are always executed in FIFO order.
977
977
*
@@ -1234,7 +1234,7 @@ extern int spi_bus_unlock(struct spi_controller *ctlr);
1234
1234
*
1235
1235
* For more specific semantics see spi_sync().
1236
1236
*
1237
- * Return: Return: zero on success, else a negative error code.
1237
+ * Return: zero on success, else a negative error code.
1238
1238
*/
1239
1239
static inline int
1240
1240
spi_sync_transfer (struct spi_device * spi , struct spi_transfer * xfers ,
You can’t perform that action at this time.
0 commit comments