Module: xenomai-head
Branch: master
Commit: 86a3e25b256c79c0fe44b462a29bb5e3af672fc0
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=86a3e25b256c79c0fe44b462a29bb5e3af672fc0

Author: Alexis Berlemont <alexis.berlem...@gmail.com>
Date:   Sat Dec 19 20:47:39 2009 +0100

analogy: fix Doxygen documentation (a4l_sync_read, a4l_sync_write)

---

 src/drvlib/analogy/sync.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/drvlib/analogy/sync.c b/src/drvlib/analogy/sync.c
index 55d56d3..1a4b007 100644
--- a/src/drvlib/analogy/sync.c
+++ b/src/drvlib/analogy/sync.c
@@ -121,7 +121,7 @@ int a4l_snd_insn(a4l_desc_t * dsc, a4l_insn_t * arg)
  * @param[in] buf Output buffer
  * @param[in] nbyte Number of bytes to write
  *
- * @return 0 on success. Otherwise:
+ * @return Number of bytes written, otherwise negative error code:
  *
  * - -EINVAL is returned if some argument is missing or wrong (Please,
  *    type "dmesg" for more info)
@@ -194,7 +194,7 @@ int a4l_sync_write(a4l_desc_t * dsc,
  * @param[in] buf Input buffer
  * @param[in] nbyte Number of bytes to read
  *
- * @return 0 on success. Otherwise:
+ * @return Number of bytes read, otherwise negative error code:
  *
  * - -EINVAL is returned if some argument is missing or wrong (Please,
  *    type "dmesg" for more info)


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to