Commit ead822b8 authored by David S. Miller's avatar David S. Miller

[LLC]: Fix typing error in procfs code.

parent 966e5159
......@@ -183,7 +183,7 @@ static int llc_seq_core_show(struct seq_file *seq, void *v)
timer_pending(&llc->pf_cycle_timer.timer),
timer_pending(&llc->rej_sent_timer.timer),
timer_pending(&llc->busy_state_timer.timer),
!!sk->sk_backlog.tail, sock_owned_by_user(sk));
!!sk->sk_backlog.tail, !!sock_owned_by_user(sk));
out:
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment