c061b18df0
"foo = &function" is more commonly written "foo = function" Done with coccinelle script: // <smpl> @r@ identifier f; @@ f(...) { ... } @@ identifier r.f; @@ - &f + f // </smpl> drivers/net/tehuti.c used a function and struct with the same name, the function was renamed. Compile tested x86 only. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
ehea_ethtool.c | ||
ehea_hw.h | ||
ehea_main.c | ||
ehea_phyp.c | ||
ehea_phyp.h | ||
ehea_qmr.c | ||
ehea_qmr.h | ||
ehea.h | ||
Makefile |