Update LMOTS function documentation

To avoid CI failure

Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/library/lmots.h b/library/lmots.h
index 993c01c..f6daa0b 100644
--- a/library/lmots.h
+++ b/library/lmots.h
@@ -146,8 +146,6 @@
  * \param val                The unsigned integer value
  * \param len                The length of the string.
  * \param bytes              The string to output into.
- *
- * \return                   The corresponding LMS error code.
  */
 void unsigned_int_to_network_bytes( unsigned int val, size_t len,
                                     unsigned char *bytes );