提交 edd3899c 编写于 作者: F Fabio Estevam 提交者: Mark Brown

spi: spidev_test: Fix typo in error message

Fix the spelling of 'output' in the error message.
Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 f15c5841
......@@ -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 output file");
close(out_fd);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册