Re: [PATCH] scripts: checkpatch: remove preceding dot-slash from path name

2015-10-29 Thread Joe Perches
On Thu, 2015-10-29 at 14:06 +0100, Christian Gromm wrote: > In case checkpatch is called with a path name that starts with ./ for > the current directory not all issues are being reported since internal > path checks don't succeed. This patch removes the leading './' from > $filename. This is neede

[PATCH] scripts: checkpatch: remove preceding dot-slash from path name

2015-10-29 Thread Christian Gromm
In case checkpatch is called with a path name that starts with ./ for the current directory not all issues are being reported since internal path checks don't succeed. This patch removes the leading './' from $filename. This is needed to have checkpatch report all issues found during execution. Si