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

Commit 885552a2 authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher
Browse files

i40e: fix long lines



Avoid over-length lines in order to appease checkpatch.

Change-ID: I63820a710acf798f49d2f85c610228711af84f72
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: default avatarKavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 21aa5675
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -681,7 +681,8 @@ aq_add_vsi_exit:
 * @cmd_details: pointer to command details structure or NULL
 * @cmd_details: pointer to command details structure or NULL
 **/
 **/
i40e_status i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw,
i40e_status i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw,
				u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details)
				u16 seid, bool set,
				struct i40e_asq_cmd_details *cmd_details)
{
{
	struct i40e_aq_desc desc;
	struct i40e_aq_desc desc;
	struct i40e_aqc_set_vsi_promiscuous_modes *cmd =
	struct i40e_aqc_set_vsi_promiscuous_modes *cmd =
+2 −2

File changed.

Contains only whitespace changes.