trivial: fix ETIMEOUT -> ETIMEDOUT typos
fix ETIMEOUT -> ETIMEDOUT typos Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
4737f0978d
commit
3ac49a1c99
@@ -54,7 +54,7 @@ EXPORT_SYMBOL(jornada_ssp_reverse);
|
||||
* timeout after <timeout> rounds. Needs mcu running before its called.
|
||||
*
|
||||
* returns : %mcu output on success
|
||||
* : %-ETIMEOUT on timeout
|
||||
* : %-ETIMEDOUT on timeout
|
||||
*/
|
||||
int jornada_ssp_byte(u8 byte)
|
||||
{
|
||||
@@ -82,7 +82,7 @@ EXPORT_SYMBOL(jornada_ssp_byte);
|
||||
* jornada_ssp_inout - decide if input is command or trading byte
|
||||
*
|
||||
* returns : (jornada_ssp_byte(byte)) on success
|
||||
* : %-ETIMEOUT on timeout failure
|
||||
* : %-ETIMEDOUT on timeout failure
|
||||
*/
|
||||
int jornada_ssp_inout(u8 byte)
|
||||
{
|
||||
|
Reference in New Issue
Block a user