Message ID | 20181106024227.18607-1-honli@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | opensm/osm_router.h: Improve comments | expand |
On 11/5/2018 9:42 PM, Honggang LI wrote: > From: Honggang Li <honli@redhat.com> > > Signed-off-by: Honggang Li <honli@redhat.com> Thanks. Applied. -- Hal
diff --git a/include/opensm/osm_router.h b/include/opensm/osm_router.h index b5512210..11e34b64 100644 --- a/include/opensm/osm_router.h +++ b/include/opensm/osm_router.h @@ -120,7 +120,8 @@ void osm_router_delete(IN OUT osm_router_t ** pp_rtr); /* * PARAMETERS * p_rtr -* [in] Pointer to the object to destroy. +* [in][out] Pointer to a pointer to the object to destroy. +* The pointer will be set to NULL on return. * * RETURN VALUE * None.