From b54fb0ed2378c6139ed5a649994200c5b3b59df2 Mon Sep 17 00:00:00 2001 From: Swann Perarnau Date: Wed, 9 Oct 2019 16:58:38 -0500 Subject: [PATCH] [doc/fix] doxygen typo in/out is not valid doxygen. --- include/aml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aml.h b/include/aml.h index 34a30dd..d737eb2 100644 --- a/include/aml.h +++ b/include/aml.h @@ -129,7 +129,7 @@ struct aml_area_ops { * suitable address. * In case of failure, aml_errno must be set to an appropriate * value. - * @param[in/out] opts: Opaque handle to pass additional options to area + * @param opts: Opaque handle to pass additional options to area * mmap hook. Can be NULL and must work with NULL opts. * @return a pointer to allocated memory object. **/ -- 2.26.2