Revert "can: j1939: use correct function name in comment"
This reverts commit e047f1591f
.
This commit is contained in:
parent
606c44293e
commit
22d62756d2
1 changed files with 4 additions and 4 deletions
|
@ -1171,10 +1171,10 @@ static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer)
|
||||||
break;
|
break;
|
||||||
case -ENETDOWN:
|
case -ENETDOWN:
|
||||||
/* In this case we should get a netdev_event(), all active
|
/* In this case we should get a netdev_event(), all active
|
||||||
* sessions will be cleared by j1939_cancel_active_session().
|
* sessions will be cleared by
|
||||||
* So handle this as an error, but let
|
* j1939_cancel_all_active_sessions(). So handle this as an
|
||||||
* j1939_cancel_active_session() do the cleanup including
|
* error, but let j1939_cancel_all_active_sessions() do the
|
||||||
* propagation of the error to user space.
|
* cleanup including propagation of the error to user space.
|
||||||
*/
|
*/
|
||||||
break;
|
break;
|
||||||
case -EOVERFLOW:
|
case -EOVERFLOW:
|
||||||
|
|
Loading…
Add table
Reference in a new issue