Re: [PATCH] scripts: checkincludes: add exit message for no duplicates found

2016-12-20 Thread Cheah Kok Cheong
On Mon, Dec 19, 2016 at 11:47:47AM +0100, Michal Marek wrote: > On 2016-12-18 13:35, Cheah Kok Cheong wrote: > > If no duplicates found, inform user. > > > > Signed-off-by: Cheah Kok Cheong > > --- > > scripts/checkincludes.pl | 13 + > > 1 file changed, 13 insertions(+) > > > > dif

Re: [PATCH] scripts: checkincludes: add exit message for no duplicates found

2016-12-19 Thread Michal Marek
On 2016-12-18 13:35, Cheah Kok Cheong wrote: > If no duplicates found, inform user. > > Signed-off-by: Cheah Kok Cheong > --- > scripts/checkincludes.pl | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/scripts/checkincludes.pl b/scripts/checkincludes.pl > index 97b2c61..2

[PATCH] scripts: checkincludes: add exit message for no duplicates found

2016-12-18 Thread Cheah Kok Cheong
If no duplicates found, inform user. Signed-off-by: Cheah Kok Cheong --- scripts/checkincludes.pl | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/checkincludes.pl b/scripts/checkincludes.pl index 97b2c61..2bf234c 100755 --- a/scripts/checkincludes.pl +++ b/scripts/chec