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

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
...@@ -1861,7 +1861,8 @@ int nes_init_nic_qp(struct nes_device *nesdev, struct net_device *netdev) ...@@ -1861,7 +1861,8 @@ int nes_init_nic_qp(struct nes_device *nesdev, struct net_device *netdev)
} }
if ((nesdev->nesadapter->allow_unaligned_fpdus) && if ((nesdev->nesadapter->allow_unaligned_fpdus) &&
(nes_init_mgt_qp(nesdev, netdev, nesvnic))) { (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); nes_destroy_nic_qp(nesvnic);
return -ENOMEM; return -ENOMEM;
} }
......
...@@ -927,9 +927,8 @@ static void nes_netdev_set_multicast_list(struct net_device *netdev) ...@@ -927,9 +927,8 @@ static void nes_netdev_set_multicast_list(struct net_device *netdev)
nesvnic->nic_index && nesvnic->nic_index &&
mc_index < max_pft_entries_avaiable) { mc_index < max_pft_entries_avaiable) {
nes_debug(NES_DBG_NIC_RX, nes_debug(NES_DBG_NIC_RX,
"mc_index=%d skipping nic_index=%d, " "mc_index=%d skipping nic_index=%d, used for=%d\n",
"used for=%d \n", mc_index, mc_index, nesvnic->nic_index,
nesvnic->nic_index,
nesadapter->pft_mcast_map[mc_index]); nesadapter->pft_mcast_map[mc_index]);
mc_index++; mc_index++;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment