Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0fd56ed authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller
Browse files

[SCTP]: seq_printf format warning. (fixed)



sctp_association->hbinterval is unsigned long. Replace %8d with %8lu.

Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent da7ef338
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ static int sctp_assocs_seq_show(struct seq_file *seq, void *v)
		seq_printf(seq,
			   "%8p %8p %-3d %-3d %-2d %-4d "
			   "%4d %8d %8d %7d %5lu %-5d %5d "
			   "%8d %5d %5d %4d %4d %4d %8d ",
			   "%8lu %5d %5d %4d %4d %4d %8d ",
			   assoc, sk, sctp_sk(sk)->type, sk->sk_state,
			   assoc->state, hash,
			   assoc->assoc_id,