diff mbox series

[v1,1/6] tools/ocaml/libs/xc: Fix ambiguous documentation comment

Message ID f9a32b2d1012ab49572f18722122502342e052ea.1597442238.git.edvin.torok@citrix.com (mailing list archive)
State New, archived
Headers show
Series [v1,1/6] tools/ocaml/libs/xc: Fix ambiguous documentation comment | expand

Commit Message

Edwin Török Aug. 14, 2020, 10:11 p.m. UTC
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
---
 tools/ocaml/libs/xc/xenctrl.mli | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/tools/ocaml/libs/xc/xenctrl.mli b/tools/ocaml/libs/xc/xenctrl.mli
index 26ec7e59b1..f7f6ec570d 100644
--- a/tools/ocaml/libs/xc/xenctrl.mli
+++ b/tools/ocaml/libs/xc/xenctrl.mli
@@ -132,8 +132,10 @@  external interface_close : handle -> unit = "stub_xc_interface_close"
  * interface_open and interface_close or with_intf although mixing both
  * is possible *)
 val with_intf : (handle -> 'a) -> 'a
+
 (** [get_handle] returns the global handle used by [with_intf] *)
 val get_handle: unit -> handle option
+
 (** [close handle] closes the handle maintained by [with_intf]. This
  * should only be closed before process exit. It must not be called from
  * a function called directly or indirectly by with_intf as this