|
@@ -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)
|
|
|
{
|