浏览代码

RDMA/nes: Fix string continuation line

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Joe Perches 14 年之前
父节点
当前提交
601d87b079
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/infiniband/hw/nes/nes_nic.c

+ 2 - 2
drivers/infiniband/hw/nes/nes_nic.c

@@ -908,8 +908,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,\
-					used for=%d \n", mc_index,
+					"mc_index=%d skipping nic_index=%d, "
+					"used for=%d \n", mc_index,
 					nesvnic->nic_index,
 					nesvnic->nic_index,
 					nesadapter->pft_mcast_map[mc_index]);
 					nesadapter->pft_mcast_map[mc_index]);
 				mc_index++;
 				mc_index++;