forked from Minki/linux
dddcb445a3
In this file, function names are otherwise used as pointers without &. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ identifier f; @@ f(...) { ... } @@ identifier r.f; @@ - &f + f // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
3c574_cs.c | ||
3c589_cs.c | ||
axnet_cs.c | ||
com20020_cs.c | ||
fmvj18x_cs.c | ||
ibmtr_cs.c | ||
Kconfig | ||
Makefile | ||
nmclan_cs.c | ||
pcnet_cs.c | ||
smc91c92_cs.c | ||
xirc2ps_cs.c |