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

Commit af758a22 authored by Bart Van Assche's avatar Bart Van Assche Committed by Doug Ledford
Browse files

IB/nes: Fix indentation



Signed-off-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Cc: Faisal Latif <faisal.latif@intel.com>
Acked-by: default avatarFaisal Latif <fasial.latif@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 3d1f236d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1861,7 +1861,8 @@ int nes_init_nic_qp(struct nes_device *nesdev, struct net_device *netdev)
	}
	if ((nesdev->nesadapter->allow_unaligned_fpdus) &&
		(nes_init_mgt_qp(nesdev, netdev, nesvnic))) {
			nes_debug(NES_DBG_INIT, "%s: Out of memory for pau nic\n", netdev->name);
		nes_debug(NES_DBG_INIT, "%s: Out of memory for pau nic\n",
			  netdev->name);
		nes_destroy_nic_qp(nesvnic);
		return -ENOMEM;
	}
+4 −5
Original line number Diff line number Diff line
@@ -927,9 +927,8 @@ static void nes_netdev_set_multicast_list(struct net_device *netdev)
					nesvnic->nic_index &&
					mc_index < max_pft_entries_avaiable) {
				nes_debug(NES_DBG_NIC_RX,
					"mc_index=%d skipping nic_index=%d, "
					"used for=%d \n", mc_index,
					nesvnic->nic_index,
					  "mc_index=%d skipping nic_index=%d, used for=%d\n",
					  mc_index, nesvnic->nic_index,
					  nesadapter->pft_mcast_map[mc_index]);
				mc_index++;
			}
+4 −4

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.