Loading net/rxrpc/ar-ack.c +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ static void rxrpc_resend(struct rxrpc_call *call) sp->resend_at = jiffies + 3; } else { sp->resend_at = jiffies + rxrpc_resend_timeout * HZ; jiffies + rxrpc_resend_timeout; } } Loading Loading
net/rxrpc/ar-ack.c +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ static void rxrpc_resend(struct rxrpc_call *call) sp->resend_at = jiffies + 3; } else { sp->resend_at = jiffies + rxrpc_resend_timeout * HZ; jiffies + rxrpc_resend_timeout; } } Loading