mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-15 20:51:55 +00:00
Not as fancy as coccinelle. Checkpatch errors ignored.
Compile tested allyesconfig x86, not all files compiled.
grep -rPl --include=*.[ch] "\brequest_irq\s*\([^,\)]+,\s*\&" drivers/net | while read file ; do \
perl -i -e 'local $/; while (<>) { s@(\brequest_irq\s*\([^,\)]+,\s*)\&@\1@g ; print ; }' $file ;\
done
Signed-off-by: Joe Perches <joe@perches.com>
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 | ||