Re: [PATCH] checkpatch: don't try to get maintained status when --no-tree is given

2016-10-17 Thread Joe Perches
On Mon, 2016-10-17 at 17:55 +0200, Jerome Forissier wrote: > Fixes the following warning: > Use of uninitialized value $root in concatenation (.) or string at > /path/to/checkpatch.pl line 764. Thanks Jerome. > Signed-off-by: Jerome Forissier Acked-by: Joe Perches

Re: [PATCH] checkpatch: don't try to get maintained status when --no-tree is given

2016-10-17 Thread Joe Perches
On Mon, 2016-10-17 at 17:55 +0200, Jerome Forissier wrote: > Fixes the following warning: > Use of uninitialized value $root in concatenation (.) or string at > /path/to/checkpatch.pl line 764. Thanks Jerome. > Signed-off-by: Jerome Forissier Acked-by: Joe Perches > --- >

[PATCH] checkpatch: don't try to get maintained status when --no-tree is given

2016-10-17 Thread Jerome Forissier
Fixes the following warning: Use of uninitialized value $root in concatenation (.) or string at /path/to/checkpatch.pl line 764. Signed-off-by: Jerome Forissier --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] checkpatch: don't try to get maintained status when --no-tree is given

2016-10-17 Thread Jerome Forissier
Fixes the following warning: Use of uninitialized value $root in concatenation (.) or string at /path/to/checkpatch.pl line 764. Signed-off-by: Jerome Forissier --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl