netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] bonding: convert pr_* to netdev_*
@ 2014-07-15 17:35 Veaceslav Falico
  2014-07-15 17:35 ` [PATCH net-next 01/12] bonding: convert bond_main.c to use netdev_printk instead of pr_ Veaceslav Falico
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Veaceslav Falico @ 2014-07-15 17:35 UTC (permalink / raw)
  To: netdev; +Cc: Jay Vosburgh, Andy Gospodarek, Veaceslav Falico

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@gmail.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@gmail.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(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-07-16  6:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 17:35 [PATCH net-next 00/12] bonding: convert pr_* to netdev_* Veaceslav Falico
2014-07-15 17:35 ` [PATCH net-next 01/12] bonding: convert bond_main.c to use netdev_printk instead of pr_ Veaceslav Falico
2014-07-15 17:35 ` [PATCH net-next 02/12] bonding: remove pr_fmt from bond_main.c Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 03/12] bonding: convert bond_3ad.c to use netdev_printk instead of pr_ Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 04/12] bonding: remove pr_fmt from bond_3ad.c Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 05/12] bonding: convert bond_alb.c to use netdev_printk instead of pr_ Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 06/12] bonding: remove pr_fmt from bond_alb.c Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 07/12] bonding: convert bond_debugfs.c to use netdev_printk instead of pr_ Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 08/12] bonding: convert bond_netlink.c " Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 09/12] bonding: bonding: remove pr_fmt from bond_netlink.c Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 10/12] bonding: convert bond_procfs.c to use netdev_printk instead of pr_ Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 11/12] bonding: convert bond_options.c " Veaceslav Falico
2014-07-15 17:36 ` [PATCH net-next 12/12] bonding: remove pr_fmt from bond_options.c Veaceslav Falico
2014-07-15 18:07 ` [PATCH net-next 00/12] bonding: convert pr_* to netdev_* Veaceslav Falico
2014-07-16  6:17 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).