[Intel-wired-lan] [net-next PATCH 15/25] ice: fix a long line warning in ice_reset_vf
Jankowski, Konrad0
konrad0.jankowski at intel.com
Wed Mar 2 19:57:02 UTC 2022
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Jacob Keller
> Sent: Wednesday, February 23, 2022 1:27 AM
> To: Intel Wired LAN <intel-wired-lan at lists.osuosl.org>
> Subject: [Intel-wired-lan] [net-next PATCH 15/25] ice: fix a long line warning
> in ice_reset_vf
>
> We're about to move ice_reset_vf out of ice_sriov.c and into ice_vf_lib.c
>
> One of the dev_err statements has a checkpatch.pl violation due to putting
> the vf->vf_id on the same line as the dev_err. Fix this style issue first before
> moving the code.
>
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> ---
> drivers/net/ethernet/intel/ice/ice_sriov.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/intel/ice/ice_sriov.c
> b/drivers/net/ethernet/intel/ice/ice_sriov.c
> index be6ec42f97c1..b2376e3b746e 100644
> --- a/drivers/net/ethernet/intel/ice/ice_sriov.c
> +++ b/drivers/net/ethernet/intel/ice/ice_sriov.c
> @@ -1251,7 +1251,8 @@ bool ice_reset_vf(struct ice_vf *vf, bool is_vflr)
Tested-by: Konrad Jankowski <konrad0.jankowski at intel.com>
More information about the Intel-wired-lan
mailing list