linux/drivers/net/ethernet/intel/fm10k
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
..
fm10k_common.c net: intel: fm10k: Fix parameter idx set but not used 2025-09-19 08:42:08 -07:00
fm10k_common.h net: intel: fm10k: Fix parameter idx set but not used 2025-09-19 08:42:08 -07:00
fm10k_dcbnl.c
fm10k_debugfs.c
fm10k_ethtool.c fm10k: extract GRXRINGS from .get_rxnfc 2025-11-26 17:09:10 -08:00
fm10k_iov.c
fm10k_main.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
fm10k_mbx.c
fm10k_mbx.h
fm10k_netdev.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
fm10k_pci.c treewide: Drop pci_save_state() after pci_restore_state() 2025-11-24 16:58:59 -06:00
fm10k_pf.c net: intel: fm10k: Fix parameter idx set but not used 2025-09-19 08:42:08 -07:00
fm10k_pf.h intel/fm10k: Remove unused fm10k_iov_msg_mac_vlan_pf 2025-01-07 18:16:02 -08:00
fm10k_tlv.c
fm10k_tlv.h
fm10k_type.h
fm10k_vf.c net: intel: fm10k: Fix parameter idx set but not used 2025-09-19 08:42:08 -07:00
fm10k_vf.h
fm10k.h ethernet: intel: fix building with large NR_CPUS 2025-07-15 13:01:15 -07:00
Makefile