linux/drivers/net/ethernet/samsung/sxgbe
Linus Torvalds 32a92f8c89 Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
This converts some of the visually simpler cases that have been split
over multiple lines.  I only did the ones that are easy to verify the
resulting diff by having just that final GFP_KERNEL argument on the next
line.

Somebody should probably do a proper coccinelle script for this, but for
me the trivial script actually resulted in an assertion failure in the
middle of the script.  I probably had made it a bit _too_ trivial.

So after fighting that far a while I decided to just do some of the
syntactically simpler cases with variations of the previous 'sed'
scripts.

The more syntactically complex multi-line cases would mostly really want
whitespace cleanup anyway.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 20:03:00 -08:00
..
Makefile
sxgbe_common.h net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee() 2024-02-07 09:03:37 -08:00
sxgbe_core.c
sxgbe_desc.c
sxgbe_desc.h
sxgbe_dma.c
sxgbe_dma.h
sxgbe_ethtool.c eth: sxgbe: migrate to new RXFH callbacks 2025-06-18 13:19:01 -07:00
sxgbe_main.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
sxgbe_mdio.c net: sxgbe: Separate C22 and C45 transactions 2023-01-17 19:34:08 -08:00
sxgbe_mtl.c net: sxgbe: fix typo in comment 2026-01-13 19:02:39 -08:00
sxgbe_mtl.h
sxgbe_platform.c net: ethernet: Switch back to struct platform_driver::remove() 2024-10-04 16:39:56 -07:00
sxgbe_reg.h