From: Hal Rosenstock <[email protected]>
Eliminate unneeded and misleading comments
Signed-off-by: Hal Rosenstock <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
25-akpm/drivers/infiniband/core/agent.c | 2 --
25-akpm/drivers/infiniband/core/mad.c | 1 -
2 files changed, 3 deletions(-)
diff -puN drivers/infiniband/core/agent.c~ib-remove-incorrect-comments drivers/infiniband/core/agent.c
--- 25/drivers/infiniband/core/agent.c~ib-remove-incorrect-comments 2005-04-12 03:21:42.166726584 -0700
+++ 25-akpm/drivers/infiniband/core/agent.c 2005-04-12 03:21:42.171725824 -0700
@@ -129,7 +129,6 @@ static int agent_mad_send(struct ib_mad_
goto out;
agent_send_wr->mad = mad_priv;
- /* PCI mapping */
gather_list.addr = dma_map_single(mad_agent->device->dma_device,
&mad_priv->mad,
sizeof(mad_priv->mad),
@@ -261,7 +260,6 @@ static void agent_send_handler(struct ib
list_del(&agent_send_wr->send_list);
spin_unlock_irqrestore(&port_priv->send_list_lock, flags);
- /* Unmap PCI */
dma_unmap_single(mad_agent->device->dma_device,
pci_unmap_addr(agent_send_wr, mapping),
sizeof(agent_send_wr->mad->mad),
diff -puN drivers/infiniband/core/mad.c~ib-remove-incorrect-comments drivers/infiniband/core/mad.c
--- 25/drivers/infiniband/core/mad.c~ib-remove-incorrect-comments 2005-04-12 03:21:42.168726280 -0700
+++ 25-akpm/drivers/infiniband/core/mad.c 2005-04-12 03:21:42.173725520 -0700
@@ -2283,7 +2283,6 @@ static void cleanup_recv_queue(struct ib
/* Remove from posted receive MAD list */
list_del(&mad_list->list);
- /* Undo PCI mapping */
dma_unmap_single(qp_info->port_priv->device->dma_device,
pci_unmap_addr(&recv->header, mapping),
sizeof(struct ib_mad_private) -
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]