diff --git a/[refs] b/[refs] index 04421fc469fc..c65875a87efe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8af4638a297b43c4929fdc01456b7f0698de0c0e +refs/heads/master: 0f305bf4218c75b6fd1283105bd88736157aa5d2 diff --git a/trunk/net/tipc/link.c b/trunk/net/tipc/link.c index 5ed4b4f7452d..5bfe000b2a6b 100644 --- a/trunk/net/tipc/link.c +++ b/trunk/net/tipc/link.c @@ -2882,7 +2882,7 @@ static int tipc_link_stats(const char *name, char *buf, const u32 buf_size) profile_total = 1; tipc_printf(&pb, " TX profile sample:%u packets average:%u octets\n" " 0-64:%u%% -256:%u%% -1024:%u%% -4096:%u%% " - "-16354:%u%% -32768:%u%% -66000:%u%%\n", + "-16384:%u%% -32768:%u%% -66000:%u%%\n", l_ptr->stats.msg_length_counts, l_ptr->stats.msg_lengths_total / profile_total, percent(l_ptr->stats.msg_length_profile[0], profile_total),