Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff00f3a9 authored by Colin Ian King's avatar Colin Ian King Committed by Jeff Kirsher
Browse files

i40e: Add missing \n to end of dev_err message



Trival fix, dev_err message is missing a \n, so add it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 17a032b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2940,7 +2940,7 @@ int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,
	}

	if (max_tx_rate > speed) {
		dev_err(&pf->pdev->dev, "Invalid max tx rate %d specified for VF %d.",
		dev_err(&pf->pdev->dev, "Invalid max tx rate %d specified for VF %d.\n",
			max_tx_rate, vf->vf_id);
		ret = -EINVAL;
		goto error;