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

Commit 601d87b0 authored by Joe Perches's avatar Joe Perches Committed by Roland Dreier
Browse files

RDMA/nes: Fix string continuation line



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 3c0eee3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -908,8 +908,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,
					"mc_index=%d skipping nic_index=%d, "
					"used for=%d \n", mc_index,
					nesvnic->nic_index,
					nesadapter->pft_mcast_map[mc_index]);
				mc_index++;