From: f...@ikuai8.com Date: Tue, 17 Jan 2017 10:21:19 +0800 > From: Gao Feng <f...@ikuai8.com> > > 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 <f...@ikuai8.com>
Applied.