projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0eee3
)
RDMA/nes: Fix string continuation line
author
Joe Perches
<joe@perches.com>
Tue, 11 Jan 2011 01:42:14 +0000
(17:42 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 11 Jan 2011 01:42:14 +0000
(17:42 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/nes/nes_nic.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/hw/nes/nes_nic.c
b/drivers/infiniband/hw/nes/nes_nic.c
index 3892e2c0e95a57b38f2bd0258355d43540003e14..5a4c364847228f0d02499422c22b358d2fa9cd93 100644
(file)
--- 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)
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++;