From: Tony Nguyen <anthony.l.ngu...@intel.com> Date: Wed, 1 Jul 2020 16:53:23 -0700
> This series contains updates to the ice driver only. > > Jacob implements a devlink region for device capabilities. > > Bruce removes structs containing only one-element arrays that are either > unused or only used for indexing. Instead, use pointer arithmetic or > other indexing to access the elements. Converts "C struct hack" > variable-length types to the preferred C99 flexible array member. Pulled, thanks Tony.