]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit743f8999d85f44b0458ce8db2d795cc72b5a8e72
treeccf68fa47d2664c278977d19b8847cf04ceed0b7
parent2455d7f91e6224beceaea218bef1eeac54bfe312
parentcdef7ad1337c7e4460f5b4394255c0d6cb4164cd
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>