summaryrefslogtreecommitdiff
path: root/src/erasurecode_helpers.c
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2016-03-05 12:40:58 -0700
committerTushar Gohad <tushar.gohad@intel.com>2016-03-05 12:46:14 -0700
commit888c276000b0dcf7aac94d92256a0ae52a1294cc (patch)
tree06edb3ce184be69621a82c8de091405120ee1c7f /src/erasurecode_helpers.c
parent96790608c62d927512d2b60e97e19bbb2b860b9f (diff)
downloadliberasurecode-888c276000b0dcf7aac94d92256a0ae52a1294cc.tar.gz
Doxygen related fixesdoxygen_fixes
Diffstat (limited to 'src/erasurecode_helpers.c')
-rw-r--r--src/erasurecode_helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/erasurecode_helpers.c b/src/erasurecode_helpers.c
index c9fa288..53941cf 100644
--- a/src/erasurecode_helpers.c
+++ b/src/erasurecode_helpers.c
@@ -177,8 +177,8 @@ uint64_t get_fragment_size(char *buf)
* Compute a size aligned to the number of data and the underlying wordsize
* of the EC algorithm.
*
- * @param instance, ec_backend_t instance (to extract args)
- * @param data_len, integer length of data in bytes
+ * @param instance - ec_backend_t instance (to extract args)
+ * @param data_len - integer length of data in bytes
* @return integer data length aligned with wordsize of EC algorithm
*/
int get_aligned_data_size(ec_backend_t instance, int data_len)