Skip to content

Commit b994d8f

Browse files
neuschaeferbroonie
authored andcommitted
spi: spi-mem: Fix typo (of -> or)
In this instance, "or" makes more sense than "of", so I guess that "or" was intended and "of" was a typo. Signed-off-by: Jonathan Neuschäfer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 033d2d1 commit b994d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/spi/spi-mem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ static inline void *spi_mem_get_drvdata(struct spi_mem *mem)
225225
/**
226226
* struct spi_controller_mem_ops - SPI memory operations
227227
* @adjust_op_size: shrink the data xfer of an operation to match controller's
228-
* limitations (can be alignment of max RX/TX size
228+
* limitations (can be alignment or max RX/TX size
229229
* limitations)
230230
* @supports_op: check if an operation is supported by the controller
231231
* @exec_op: execute a SPI memory operation

0 commit comments

Comments
 (0)