From: Kenzo Iwami Date: Sat, 23 Sep 2006 04:53:08 +0000 (-0700) Subject: [PATCH] bonding: Format fix in seq_printf call X-Git-Tag: v2.6.19-rc1~897^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65509645ae05886eccc81b8a453afea07f0eabb6;p=pandora-kernel.git [PATCH] bonding: Format fix in seq_printf call Though link_failure_count is type unsigned int, this value is outputted to /proc/net/bonding/bondX file using "%d" instead of "%u". The attached patch fixes this problem. Signed-off-by: Kenzo Iwami Acked-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed