Re: [PATCH] net: bonding: Fix format string mismatch in bond_sysfs.c

2014-04-28 Thread David Miller
From: Masanari Iida Date: Tue, 29 Apr 2014 00:41:21 +0900 > Fix format string mismatch in bonding_show_min_links(). > > Signed-off-by: Masanari Iida Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

[PATCH] net: bonding: Fix format string mismatch in bond_sysfs.c

2014-04-28 Thread Masanari Iida
Fix format string mismatch in bonding_show_min_links(). Signed-off-by: Masanari Iida --- drivers/net/bonding/bond_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bonding/bond_sysfs.c b/drivers/net/bonding/bond_sysfs.c index 431892f..cb95ee4 100644 --- a/dr