* [PATCH] osm_sa_mcmember_record.c validate_requested_mgid returning boolean
@ 2013-06-26 8:18 Line Holen
2013-06-26 13:51 ` Hal Rosenstock
0 siblings, 1 reply; 2+ messages in thread
From: Line Holen @ 2013-06-26 8:18 UTC (permalink / raw)
To: hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Changed return type in function prototype to match actual return type.
Signed-off-by: Line Holen <Line.Holen-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
---
diff --git a/opensm/osm_sa_mcmember_record.c b/opensm/osm_sa_mcmember_record.c
index dcc43af..1699baa 100644
--- a/opensm/osm_sa_mcmember_record.c
+++ b/opensm/osm_sa_mcmember_record.c
@@ -554,9 +554,8 @@ static boolean_t validate_delete(IN osm_sa_t * sa, IN osm_mgrp_t * p_mgrp,
* scope bits set. (EZ: the idea here is that SA created MGIDs are the
* only source for this signature with link-local scope)
*/
-static ib_api_status_t validate_requested_mgid(IN osm_sa_t * sa,
- IN const ib_member_rec_t *
- p_mcm_rec)
+static boolean_t validate_requested_mgid(IN osm_sa_t * sa,
+ IN const ib_member_rec_t * p_mcm_rec)
{
uint16_t signature;
boolean_t valid = TRUE;
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] osm_sa_mcmember_record.c validate_requested_mgid returning boolean
2013-06-26 8:18 [PATCH] osm_sa_mcmember_record.c validate_requested_mgid returning boolean Line Holen
@ 2013-06-26 13:51 ` Hal Rosenstock
0 siblings, 0 replies; 2+ messages in thread
From: Hal Rosenstock @ 2013-06-26 13:51 UTC (permalink / raw)
To: Line Holen; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA
On 6/26/2013 4:18 AM, Line Holen wrote:
> Changed return type in function prototype to match actual return type.
>
> Signed-off-by: Line Holen <Line.Holen-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Thanks. Applied.
-- Hal
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-26 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 8:18 [PATCH] osm_sa_mcmember_record.c validate_requested_mgid returning boolean Line Holen
2013-06-26 13:51 ` Hal Rosenstock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox