Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 03:08:40 +0000 (19:08 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 03:08:40 +0000 (19:08 -0800)
commitfd0bb2c7ccd93ae308ca1317c04765b26e88e3a1
treea6d6226e0a9750550cd861e65eef61ec92011006
parent458aabfd3ba7faf6fdc24e713824bef3a8ec8257
parentef3dd596504777266619252efff67149aa921ed3
Merge branch '10GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-02-06 (ixgbe)

This series contains updates to ixgbe driver only.

Jedrzej continues cleanup work from conversion away from ixgbe_status;
s32 values are changed to int, various style issues are addressed, and
some return statements refactored to address some smatch warnings.

* '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
  ixgbe: Clarify the values of the returning status
  ixgbe: Rearrange args to fix reverse Christmas tree
  ixgbe: Convert ret val type from s32 to int
====================

Link: https://lore.kernel.org/r/20240206214054.1002919-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>