From: Patrick Talbert <ptalb...@redhat.com> Date: Fri, 17 May 2019 17:11:28 +0200
> Currently, procfs socket stats format sk_drops as a signed int (%d). For large > values this will cause a negative number to be printed. > > We know the drop count can never be a negative so change the format specifier > to > %u. > > Signed-off-by: Patrick Talbert <ptalb...@redhat.com> Yep, looks reasonable, applied.