summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_procfs.c
diff options
context:
space:
mode:
authorYufeng Mo <moyufeng@huawei.com>2021-05-20 14:18:32 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-20 15:43:24 -0700
commit86a5ad0a4608c96055117ae031ceb6ed387f026c (patch)
tree88f64c834bb8435fc5013cc5d8b6ad7e757bd34d /drivers/net/bonding/bond_procfs.c
parent92b13cabeacd7d17d49723420d8efc2eae116f9c (diff)
downloadlinux-stable-86a5ad0a4608c96055117ae031ceb6ed387f026c.tar.gz
linux-stable-86a5ad0a4608c96055117ae031ceb6ed387f026c.tar.bz2
linux-stable-86a5ad0a4608c96055117ae031ceb6ed387f026c.zip
net: bonding: add some required blank lines
Add some blank lines after declarations as required. Signed-off-by: Yufeng Mo <moyufeng@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_procfs.c')
-rw-r--r--drivers/net/bonding/bond_procfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_procfs.c b/drivers/net/bonding/bond_procfs.c
index 56d34be5e797..0fb1da361bb1 100644
--- a/drivers/net/bonding/bond_procfs.c
+++ b/drivers/net/bonding/bond_procfs.c
@@ -112,6 +112,7 @@ static void bond_info_show_master(struct seq_file *seq)
/* ARP information */
if (bond->params.arp_interval > 0) {
int printed = 0;
+
seq_printf(seq, "ARP Polling Interval (ms): %d\n",
bond->params.arp_interval);