linux/drivers/scsi/arm
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
..
acornscsi-io.S treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
acornscsi.c scsi: Change the return type of the .queuecommand() callback 2026-01-23 21:32:34 -05:00
acornscsi.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
arm_scsi.h scsi: arm: Move the SCSI pointer to private command data 2022-02-22 21:11:03 -05:00
arxescsi.c scsi: arxescsi: Declare SCSI host template const 2023-03-24 19:19:21 -04:00
cumana_1.c scsi: cumana: Declare SCSI host template const 2023-03-24 19:19:21 -04:00
cumana_2.c scsi: cumana: Declare local function static 2024-06-04 22:21:50 -04:00
eesox.c scsi: eesox: Declare local function static 2024-06-04 22:21:50 -04:00
fas216.c scsi: Change the return type of the .queuecommand() callback 2026-01-23 21:32:34 -05:00
fas216.h scsi: Change the return type of the .queuecommand() callback 2026-01-23 21:32:34 -05:00
Kconfig scsi: acornscsi: Remove tagged queuing vestiges 2021-09-22 00:13:38 -04:00
Makefile
msgqueue.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
msgqueue.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
oak.c scsi: oak: Declare SCSI host template const 2023-03-24 19:19:21 -04:00
powertec.c scsi: powertec: Declare local function static 2024-06-04 22:21:50 -04:00
queue.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
queue.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00