[Crosstoolchain-logs] [device-tree-compiler] 40/58: fdtget: Use @return to document the return value

Vagrant Cascadian vagrant at moszumanska.debian.org
Mon Sep 25 16:23:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

vagrant pushed a commit to branch debian/master
in repository device-tree-compiler.

commit 194d5caaefcb7a65f492f09f83815e200d20b3df
Author: Nicolas Iooss <nicolas.iooss_linux at m4x.org>
Date:   Sat Mar 4 14:26:46 2017 +0100

    fdtget: Use @return to document the return value
    
    Signed-off-by: Nicolas Iooss <nicolas.iooss_linux at m4x.org>
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 fdtget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fdtget.c b/fdtget.c
index 8bd346b..39f1742 100644
--- a/fdtget.c
+++ b/fdtget.c
@@ -245,7 +245,7 @@ static int show_data_for_item(const void *blob, struct display_info *disp,
  * @param filename	Filename of blob file
  * @param arg		List of arguments to process
  * @param arg_count	Number of arguments
- * @param return 0 if ok, -ve on error
+ * @return 0 if ok, -ve on error
  */
 static int do_fdtget(struct display_info *disp, const char *filename,
 		     char **arg, int arg_count, int args_per_step)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list