Message ID | 1580288165-30331-1-git-send-email-f.suligoi@asem.it |
---|---|
State | Accepted |
Commit | 9de5c397b26da2e1da03e56e17a382a47a9d733d |
Headers | show |
Series | tools: buildman: fix typo | expand |
On Wed, 29 Jan 2020 at 01:56, Flavio Suligoi <f.suligoi at asem.it> wrote: > > Signed-off-by: Flavio Suligoi <f.suligoi at asem.it> > --- > tools/buildman/builder.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass <sjg at chromium.org>
On Wed, Jan 29, 2020 at 09:56:05AM +0100, Flavio Suligoi wrote: > Signed-off-by: Flavio Suligoi <f.suligoi at asem.it> > Reviewed-by: Simon Glass <sjg at chromium.org> Applied to u-boot/master, thanks!
diff --git a/tools/buildman/builder.py b/tools/buildman/builder.py index 784c641..3fd4fac 100644 --- a/tools/buildman/builder.py +++ b/tools/buildman/builder.py @@ -979,7 +979,7 @@ class Builder: The summary takes the form of one line per architecture. The line contains deltas for each of the sections (+ means the section - got bigger, - means smaller). The nunmbers are the average number + got bigger, - means smaller). The numbers are the average number of bytes that a board in this section increased by. For example:
Signed-off-by: Flavio Suligoi <f.suligoi at asem.it> --- tools/buildman/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)