[Crosstoolchain-logs] [device-tree-compiler] 12/357: Remove inaccurate comment.

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:42 UTC 2016


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

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit a6c69572a378d765a9bf28dd6c927b9c62521508
Author: David Gibson <dgibson at sneetch.(none)>
Date:   Mon Jul 11 17:09:42 2005 +1000

    Remove inaccurate comment.
---
 flattree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flattree.c b/flattree.c
index 6d08c41..dd6bc1d 100644
--- a/flattree.c
+++ b/flattree.c
@@ -229,7 +229,7 @@ static int stringtable_insert(struct data *d, char *str)
 	}
 
 	*d = data_append_data(*d, str, strlen(str)+1);
-	return i; /* i equals the old data length */
+	return i;
 }
 
 static void flatten_tree(struct node *tree, struct emitter *emit,

-- 
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