mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
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> |
||
---|---|---|
.. | ||
3c359.c | ||
3c359.h | ||
abyss.c | ||
abyss.h | ||
ibmtr.c | ||
Kconfig | ||
lanstreamer.c | ||
lanstreamer.h | ||
madgemc.c | ||
madgemc.h | ||
Makefile | ||
olympic.c | ||
olympic.h | ||
proteon.c | ||
skisa.c | ||
smctr.c | ||
smctr.h | ||
tms380tr.c | ||
tms380tr.h | ||
tmspci.c |