Re: [PATCH] bloat-o-meter: fix typo in help

2018-03-08 Thread Masahiro Yamada
2018-03-08 8:39 GMT+09:00 Matteo Croce : > On Wed, Feb 14, 2018 at 6:47 PM, Matteo Croce wrote: >> the bloat-o-meter script has two typos in the help, fix both. >> >> Fixes: 192efb7a1f9b ("bloat-o-meter: provide 3 different arguments for data, >> function and All") >> Signed-off-by: Matteo Croce

Re: [PATCH] bloat-o-meter: fix typo in help

2018-03-07 Thread Masahiro Yamada
2018-03-08 10:51 GMT+09:00 Randy Dunlap : > On 03/07/2018 03:39 PM, Matteo Croce wrote: >> On Wed, Feb 14, 2018 at 6:47 PM, Matteo Croce wrote: >>> the bloat-o-meter script has two typos in the help, fix both. >>> >>> Fixes: 192efb7a1f9b ("bloat-o-meter: provide 3 different arguments for >>> data

Re: [PATCH] bloat-o-meter: fix typo in help

2018-03-07 Thread Randy Dunlap
On 03/07/2018 03:39 PM, Matteo Croce wrote: > On Wed, Feb 14, 2018 at 6:47 PM, Matteo Croce wrote: >> the bloat-o-meter script has two typos in the help, fix both. >> >> Fixes: 192efb7a1f9b ("bloat-o-meter: provide 3 different arguments for data, >> function and All") >> Signed-off-by: Matteo Cro

Re: [PATCH] bloat-o-meter: fix typo in help

2018-03-07 Thread Matteo Croce
On Wed, Feb 14, 2018 at 6:47 PM, Matteo Croce wrote: > the bloat-o-meter script has two typos in the help, fix both. > > Fixes: 192efb7a1f9b ("bloat-o-meter: provide 3 different arguments for data, > function and All") > Signed-off-by: Matteo Croce > --- > scripts/bloat-o-meter | 2 +- > 1 file

[PATCH] bloat-o-meter: fix typo in help

2018-02-14 Thread Matteo Croce
the bloat-o-meter script has two typos in the help, fix both. Fixes: 192efb7a1f9b ("bloat-o-meter: provide 3 different arguments for data, function and All") Signed-off-by: Matteo Croce --- scripts/bloat-o-meter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bloat-o