OSDN Git Service

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)
commitf1f2b7c325debbc0a58f6e44ece3e5d94ded843d
treeccf68fa47d2664c278977d19b8847cf04ceed0b7
parent9f0e896f35020d1e0e513b365a62fb5e06066764
parent9d0b967f0e3d4a79a142770b0032953f65e91df8
Merge branch 'net-netdev_WARN_ONCE'

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>