projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15c584
)
spi: spidev_test: Fix typo in error message
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 4 Dec 2015 12:59:14 +0000
(10:59 -0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 8 Dec 2015 17:58:56 +0000
(17:58 +0000)
Fix the spelling of 'output' in the error message.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/spi/spidev_test.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/spi/spidev_test.c
b/tools/spi/spidev_test.c
index eddfc336a960f4d457df6e48f27cead0b77194d9..8a73d818531680ca6b6fe6d1911751870e7e1d00 100644
(file)
--- a/
tools/spi/spidev_test.c
+++ b/
tools/spi/spidev_test.c
@@
-150,7
+150,7
@@
static void transfer(int fd, uint8_t const *tx, uint8_t const *rx, size_t len)
ret = write(out_fd, rx, len);
if (ret != len)
- pabort("not all bytes written to utput file");
+ pabort("not all bytes written to
o
utput file");
close(out_fd);
}