[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1405445769-15394-1-git-send-email-vfalico@gmail.com>
Date: Tue, 15 Jul 2014 19:35:57 +0200
From: Veaceslav Falico <vfalico@...il.com>
To: netdev@...r.kernel.org
Cc: Jay Vosburgh <j.vosburgh@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
Veaceslav Falico <vfalico@...il.com>
Subject: [PATCH net-next 00/12] bonding: convert pr_* to netdev_*
Currently bonding uses pr_info/warn/etc. function to print something, while
it's encouraged to use netdev_info/warn/etc. in net/.
This patchset converts them where possible (i.e. where we have a working
net_device). Also, convert pr_ratelimit* to net_() and remove the pr_fmt,
to unify netdev_* and pr_* outputs.
CC: Jay Vosburgh <j.vosburgh@...il.com>
CC: Andy Gospodarek <andy@...yhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@...il.com>
---
drivers/net/bonding/bond_3ad.c | 185 ++++++++++++++--------------
drivers/net/bonding/bond_alb.c | 36 +++---
drivers/net/bonding/bond_debugfs.c | 6 +-
drivers/net/bonding/bond_main.c | 344 +++++++++++++++++++++++++----------------------------
drivers/net/bonding/bond_netlink.c | 11 +-
drivers/net/bonding/bond_options.c | 218 ++++++++++++++++-----------------
drivers/net/bonding/bond_procfs.c | 4 +-
7 files changed, 373 insertions(+), 431 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists