[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1515319720-18428-1-git-send-email-galp@mellanox.com>
Date: Sun, 7 Jan 2018 12:08:34 +0200
From: Gal Pressman <galp@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Tariq Toukan <tariqt@...lanox.com>,
Saeed Mahameed <saeedm@...lanox.com>,
Gal Pressman <galp@...lanox.com>
Subject: [PATCH net-next v2 0/6] Replace WARN_ONCE usages with netdev_WARN_ONCE
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
Powered by blists - more mailing lists