Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | warning | coding style issues |
Commit Message
Burakov, Anatoly
June 12, 2024, 3:01 p.m. UTC
From: Ian Stokes <ian.stokes@intel.com> Add missing files that are present in shared code update. Although these do not contain code add them so that shared code update matches like for like. Signed-off-by: Ian Stokes <ian.stokes@intel.com> --- drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} | 0 drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} | 0 drivers/net/ice/base/meson.build | 1 + 3 files changed, 1 insertion(+) copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} (100%) copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} (100%)
Comments
On Wed, Jun 12, 2024 at 04:01:56PM +0100, Anatoly Burakov wrote: > From: Ian Stokes <ian.stokes@intel.com> > > Add missing files that are present in shared code update. Although these do not > contain code add them so that shared code update matches like for like. > > Signed-off-by: Ian Stokes <ian.stokes@intel.com> > --- > drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} | 0 > drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} | 0 > drivers/net/ice/base/meson.build | 1 + > 3 files changed, 1 insertion(+) > copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.c} (100%) > copy drivers/net/ice/base/{ice_fwlog.h => ice_vf_mbx.h} (100%) > The log empty files were also added in this set (patch 59). Merge this into that patch. /Bruce
diff --git a/drivers/net/ice/base/ice_fwlog.h b/drivers/net/ice/base/ice_vf_mbx.c similarity index 100% copy from drivers/net/ice/base/ice_fwlog.h copy to drivers/net/ice/base/ice_vf_mbx.c diff --git a/drivers/net/ice/base/ice_fwlog.h b/drivers/net/ice/base/ice_vf_mbx.h similarity index 100% copy from drivers/net/ice/base/ice_fwlog.h copy to drivers/net/ice/base/ice_vf_mbx.h diff --git a/drivers/net/ice/base/meson.build b/drivers/net/ice/base/meson.build index 5db5675856..38ddde9e8c 100644 --- a/drivers/net/ice/base/meson.build +++ b/drivers/net/ice/base/meson.build @@ -28,6 +28,7 @@ sources = [ 'ice_parser_rt.c', 'ice_ddp.c', 'ice_fwlog.c', + 'ice_vf_mbx.c', ] error_cflags = [