linux/drivers/net/hamradio
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
..
6pack.c 6pack: drop redundant locking and refcounting 2025-09-30 10:10:59 +02:00
baycom_epp.c hamradio: Remove unnecessary strscpy_pad() size arguments 2025-04-08 12:38:47 +02:00
baycom_par.c hamradio: baycom: replace strcpy() with strscpy() 2025-02-11 16:23:38 -08:00
baycom_ser_fdx.c hamradio: baycom: replace strcpy() with strscpy() 2025-02-11 16:23:38 -08:00
baycom_ser_hdx.c hamradio: baycom: replace strcpy() with strscpy() 2025-02-11 16:23:38 -08:00
bpqether.c hamradio: ignore ops-locked netdevs 2025-08-08 13:22:28 -07:00
hdlcdrv.c net: remove unnecessary module_init/exit functions 2026-02-02 17:25:23 -08:00
Kconfig net: handle HAS_IOPORT dependencies 2024-04-08 11:56:56 +01:00
Makefile net: hamradio: remove support for DMA SCC devices 2022-04-27 12:22:56 +01:00
mkiss.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
scc.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
yam.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
z8530.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00