git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb5f96
)
[PATCH] bonding: Format fix in seq_printf call
author
Kenzo Iwami
<k-iwami@cj.jp.nec.com>
Sat, 23 Sep 2006 04:53:08 +0000
(21:53 -0700)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 26 Sep 2006 00:08:08 +0000
(20:08 -0400)
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 <k-iwami@cj.jp.nec.com>
Acked-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found