Hi, This series will fix an issue in netdev_WARN_ONCE, improve its formatting and replace drivers' usage of WARN_ONCE to netdev_WARN_ONCE.
Driver specific patches were compilation tested, in addition, functional tested on Mellanox NIC. v1->v2: - Addressed commit message comments in patch #1 Gal Pressman (6): net: Fix netdev_WARN_ONCE macro net: No line break on netdev_WARN* formatting net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCE e1000: Replace WARN_ONCE with netdev_WARN_ONCE bnx2x: Replace WARN_ONCE with netdev_WARN_ONCE 8139cp: Replace WARN_ONCE with netdev_WARN_ONCE drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 5 +++-- drivers/net/ethernet/intel/e1000/e1000_ethtool.c | 4 ++-- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 9 ++++----- drivers/net/ethernet/realtek/8139cp.c | 4 ++-- include/linux/netdevice.h | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) -- 2.7.4
