From: [email protected] Date: Tue, 17 Jan 2017 10:21:19 +0800 > From: Gao Feng <[email protected]> > > 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: Gao Feng <[email protected]>
Applied.
