Merge branch 'net-netdev_WARN_ONCE'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 01:53:15 +0000 (20:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 01:53:15 +0000 (20:53 -0500)
Gal Pressman says:

====================
Replace WARN_ONCE usages with netdev_WARN_ONCE

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge