projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6510223
)
spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT description
author
Boris Brezillon
<
[email protected]
>
Tue, 6 Nov 2018 16:05:30 +0000
(17:05 +0100)
committer
Mark Brown
<
[email protected]
>
Tue, 20 Nov 2018 16:26:02 +0000
(16:26 +0000)
Missing 'to' in the SPI_MEM_DATA_OUT description.
Signed-off-by: Boris Brezillon <
[email protected]
>
Reviewed-by: Miquel Raynal <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
include/linux/spi/spi-mem.h
patch
|
blob
|
history
diff --git
a/include/linux/spi/spi-mem.h
b/include/linux/spi/spi-mem.h
index 69ee30456864a05ceb76bac1d0dbe8df3a0e3448..867839cc69a7c6c41f31d96ee649da548003e89d 100644
(file)
--- a/
include/linux/spi/spi-mem.h
+++ b/
include/linux/spi/spi-mem.h
@@
-58,7
+58,7
@@
* enum spi_mem_data_dir - describes the direction of a SPI memory data
* transfer from the controller perspective
* @SPI_MEM_DATA_IN: data coming from the SPI memory
- * @SPI_MEM_DATA_OUT: data sent the SPI memory
+ * @SPI_MEM_DATA_OUT: data sent t
o t
he SPI memory
*/
enum spi_mem_data_dir {
SPI_MEM_DATA_IN,