mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 02:26:17 +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>
|
||
|---|---|---|
| .. | ||
| isl_38xx.c | ||
| isl_38xx.h | ||
| isl_ioctl.c | ||
| isl_ioctl.h | ||
| isl_oid.h | ||
| islpci_dev.c | ||
| islpci_dev.h | ||
| islpci_eth.c | ||
| islpci_eth.h | ||
| islpci_hotplug.c | ||
| islpci_mgt.c | ||
| islpci_mgt.h | ||
| Makefile | ||
| oid_mgt.c | ||
| oid_mgt.h | ||
| prismcompat.h | ||