aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/smi.c
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2015-05-08 13:10:04 -0400
committerDoug Ledford <dledford@redhat.com>2015-05-18 13:35:24 -0400
commitb78d28a2af52584e43ff253603b26e38dee3f747 (patch)
tree5f4641071821f114013af5babca5b6462eeec6f1 /drivers/infiniband/core/smi.c
parentIB/mad: Rename is_data_mad to is_rmpp_data_mad (diff)
downloadlinux-dev-b78d28a2af52584e43ff253603b26e38dee3f747.tar.xz
linux-dev-b78d28a2af52584e43ff253603b26e38dee3f747.zip
IB/mad: Clean up comments in smi.c
Return values of 0 do not make sense for functions which return enum smi_action Reviewed-By: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Acked-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core/smi.c')
-rw-r--r--drivers/infiniband/core/smi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/core/smi.c b/drivers/infiniband/core/smi.c
index 5855e4405d9b..e6c6810c8c41 100644
--- a/drivers/infiniband/core/smi.c
+++ b/drivers/infiniband/core/smi.c
@@ -41,7 +41,7 @@
/*
* Fixup a directed route SMP for sending
- * Return 0 if the SMP should be discarded
+ * Return IB_SMI_DISCARD if the SMP should be discarded
*/
enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp,
u8 node_type, int port_num)
@@ -126,7 +126,7 @@ enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp,
/*
* Adjust information for a received SMP
- * Return 0 if the SMP should be dropped
+ * Return IB_SMI_DISCARD if the SMP should be dropped
*/
enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type,
int port_num, int phys_port_cnt)