Re: [PATCH] Hexagon (target/hexagon) fix typo in comment

2021-04-30 Thread Laurent Vivier
Le 15/03/2021 à 10:28, Philippe Mathieu-Daudé a écrit : > On 3/15/21 5:55 AM, Taylor Simpson wrote: >> Signed-of-by: Taylor Simpson > > 'git-commit -s' flag add the S-o-b line automatically ;) > > Otherwise: > Reviewed-by: Philippe Mathieu-Daudé > >> --- >> target/hexagon/op_helper.c | 2 +-

Re: [PATCH] Hexagon (target/hexagon) fix typo in comment

2021-03-15 Thread Philippe Mathieu-Daudé
On 3/15/21 8:46 PM, Richard Henderson wrote: > On 3/14/21 10:55 PM, Taylor Simpson wrote: >> Signed-of-by: Taylor Simpson >> --- >>   target/hexagon/op_helper.c | 2 +- >>   1 file changed, 1 insertion(+), 1 deletion(-) > > Queued. Can you s/Signed-of-by/Signed-off-by/ ? ;)

Re: [PATCH] Hexagon (target/hexagon) fix typo in comment

2021-03-15 Thread Richard Henderson
On 3/14/21 10:55 PM, Taylor Simpson wrote: Signed-of-by: Taylor Simpson --- target/hexagon/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Queued. r~

Re: [PATCH] Hexagon (target/hexagon) fix typo in comment

2021-03-15 Thread Philippe Mathieu-Daudé
On 3/15/21 5:55 AM, Taylor Simpson wrote: > Signed-of-by: Taylor Simpson 'git-commit -s' flag add the S-o-b line automatically ;) Otherwise: Reviewed-by: Philippe Mathieu-Daudé > --- > target/hexagon/op_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] Hexagon (target/hexagon) fix typo in comment

2021-03-14 Thread no-reply
] Hexagon (target/hexagon) fix typo in comment === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCR

[PATCH] Hexagon (target/hexagon) fix typo in comment

2021-03-14 Thread Taylor Simpson
Signed-of-by: Taylor Simpson --- target/hexagon/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/hexagon/op_helper.c b/target/hexagon/op_helper.c index 9f19007..7361a07 100644 --- a/target/hexagon/op_helper.c +++ b/target/hexagon/op_helper.c @@ -297,7 +297,7