Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorJakub Kicinski <kuba@kernel.org>
Sat, 12 Aug 2023 01:24:14 +0000 (18:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Aug 2023 01:24:14 +0000 (18:24 -0700)
commit3e6860ec3a2252249e310b0e6e88e2258171b3d0
tree385e22fb024ada69b54a06eee7594745b31ec034
parent7191c140faa2631dd28d382ec53fb94d47c170cc
parent4bb28b27040bb070477ce9610173e7360b02ba9b
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
i40e: Replace one-element arrays with flexible-array members

Replace one-element arrays with flexible-array members in multiple
structures.

This results in no differences in binary output.

* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
  i40e: Replace one-element array with flex-array member in struct i40e_profile_aq_section
  i40e: Replace one-element array with flex-array member in struct i40e_section_table
  i40e: Replace one-element array with flex-array member in struct i40e_profile_segment
  i40e: Replace one-element array with flex-array member in struct i40e_package_header
====================

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