diff options
author | Joe Perches <joe@perches.com> | 2011-01-10 20:42:14 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2011-01-10 20:42:14 -0500 |
commit | 601d87b0795c5affe5b73318c1088edbf10ce72f (patch) | |
tree | 465f6a3b6b39c9b4163e925d16ada2315e0b8856 /drivers/infiniband | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 (diff) |
RDMA/nes: Fix string continuation line
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/nes/nes_nic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/nes/nes_nic.c b/drivers/infiniband/hw/nes/nes_nic.c index 3892e2c0e95a..5a4c36484722 100644 --- a/drivers/infiniband/hw/nes/nes_nic.c +++ b/drivers/infiniband/hw/nes/nes_nic.c | |||
@@ -908,8 +908,8 @@ static void nes_netdev_set_multicast_list(struct net_device *netdev) | |||
908 | nesvnic->nic_index && | 908 | nesvnic->nic_index && |
909 | mc_index < max_pft_entries_avaiable) { | 909 | mc_index < max_pft_entries_avaiable) { |
910 | nes_debug(NES_DBG_NIC_RX, | 910 | nes_debug(NES_DBG_NIC_RX, |
911 | "mc_index=%d skipping nic_index=%d,\ | 911 | "mc_index=%d skipping nic_index=%d, " |
912 | used for=%d \n", mc_index, | 912 | "used for=%d \n", mc_index, |
913 | nesvnic->nic_index, | 913 | nesvnic->nic_index, |
914 | nesadapter->pft_mcast_map[mc_index]); | 914 | nesadapter->pft_mcast_map[mc_index]); |
915 | mc_index++; | 915 | mc_index++; |