linux/drivers/ata/pata_parport
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
aten.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
bpck.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
bpck6.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
comm.c ata: pata_parport: Fix code style issues 2023-09-15 11:37:30 +09:00
dstr.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
epat.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
epia.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
fit2.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
fit3.c ata: pata_parport: fit3: implement IDE command set registers 2023-10-10 14:42:22 +09:00
friq.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
frpw.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
kbic.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
Kconfig ata: pata_parport-bpck6: Remove dependency on 64BIT 2023-03-28 09:24:32 +09:00
ktti.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
Makefile
on20.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
on26.c ata: pata_parport: Add missing protocol modules description 2023-07-17 08:30:41 +09:00
pata_parport.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pata_parport.h ata: pata_parport: move pata_parport.h to drivers/ata/pata_parport 2023-03-23 10:29:25 +09:00