commit | 72dd831e24cc9487a9cd534fdd675fe97e3c1839 | [log] [tgz] |
---|---|---|
author | Gal Pressman <galp@mellanox.com> | Sun Jan 07 12:08:35 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 08 20:53:14 2018 -0500 |
tree | 8d888cb6b1067b1dcddd8298f892071cd5f71940 | |
parent | 9f0e896f35020d1e0e513b365a62fb5e06066764 [diff] |
net: Fix netdev_WARN_ONCE macro netdev_WARN_ONCE is broken (whoops..), this fix will remove the unnecessary "condition" parameter, add the missing comma and change "arg" to "args". Fixes: 375ef2b1f0d0 ("net: Introduce netdev_*_once functions") Signed-off-by: Gal Pressman <galp@mellanox.com> Reviewed-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>