]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_router: Properly name netevent work struct
authorIdo Schimmel <idosch@mellanox.com>
Thu, 2 Nov 2017 16:14:07 +0000 (17:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 06:40:41 +0000 (15:40 +0900)
commit19f1d009d680e12f97270da66a4dc58f5778ee9f
tree9bfabe327616062ac9f16ff00feb118413f3c33a
parent052bd385b9459ca4db98c902a779a60bad81e51d
mlxsw: spectrum_router: Properly name netevent work struct

The struct containing the work item queued from the netevent handler is
named after the only event it is currently used for, which is neighbour
updates.

Use a more appropriate name for the struct, as we are going to use it
for more events.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c