fdtget: Use @return to document the return value

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
diff --git a/fdtget.c b/fdtget.c
index 8bd346b..39f1742 100644
--- a/fdtget.c
+++ b/fdtget.c
@@ -245,7 +245,7 @@
  * @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)