From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gal Pressman Subject: [PATCH net-next 0/6] Replace WARN_ONCE usages with netdev_WARN_ONCE Date: Thu, 4 Jan 2018 16:55:57 +0200 Message-ID: <1515077763-27991-1-git-send-email-galp@mellanox.com> Cc: netdev@vger.kernel.org, Tariq Toukan , Saeed Mahameed , Gal Pressman To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:50718 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753199AbeADO4h (ORCPT ); Thu, 4 Jan 2018 09:56:37 -0500 Sender: netdev-owner@vger.kernel.org List-ID: 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. 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