linux/drivers/net/ethernet/intel
Jacob Keller b7e32ae666 libie: fix string names for AQ error codes
The LIBIE_AQ_STR macro() introduced by commit 5feaa7a07b ("libie: add
adminq helper for converting err to str") is used in order to generate
strings for printing human readable error codes. Its definition is missing
the separating underscore ('_') character which makes the resulting strings
difficult to read. Additionally, the string won't match the source code,
preventing search tools from working properly.

Add the missing underscore character, fixing the error string names.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Fixes: 5feaa7a07b ("libie: add adminq helper for converting err to str")
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://patch.msgid.link/20250923205657.846759-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-24 16:58:54 -07:00
..
e1000 e1000: Move cancel_work_sync to avoid deadlock 2025-06-10 09:10:47 -07:00
e1000e e1000e: fix heap overflow in e1000_set_eeprom 2025-09-02 11:09:00 -07:00
fm10k Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-17 11:00:33 -07:00
i40e i40e: improve VF MAC filters accounting 2025-09-18 15:46:30 -07:00
iavf iavf: use libie_aq_str 2025-07-24 09:43:40 -07:00
ice ice: fix Rx page leak on multi-buffer frames 2025-09-16 14:01:46 -07:00
idpf idpf: set mac type when adding and removing MAC filters 2025-09-02 11:05:51 -07:00
igb igb: fix link test skipping when interface is admin down 2025-09-09 09:48:30 -07:00
igbvf igbvf: remove unused fields from struct igbvf_adapter 2025-07-18 09:02:28 -07:00
igc igc: don't fail igc_probe() on LED setup error 2025-09-16 14:01:53 -07:00
ixgbe ixgbe: destroy aci.lock later within ixgbe_remove path 2025-09-16 14:01:53 -07:00
ixgbevf net: Fix typos 2025-07-25 10:29:07 -07:00
libeth libeth: xsk: add XSkFQ refill and XSk wakeup helpers 2025-06-16 11:40:15 -07:00
libie libie: fix string names for AQ error codes 2025-09-24 16:58:54 -07:00
Kconfig i40e: use libie_aq_str 2025-07-24 09:45:43 -07:00
Makefile
e100.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00