Skip to content
Commit a7ef6715 authored by Gao Feng's avatar Gao Feng Committed by David S. Miller
Browse files

net: ping: Use right format specifier to avoid type casting



The inet_num is u16, so use %hu instead of casting it to int. And
the sk_bound_dev_if is int actually, so it needn't cast to int.

Signed-off-by: default avatarGao Feng <fgao@ikuai8.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0ee28e31
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