Re: [PATCH] devtools: give checkpatches.sh some way of finding the perl script

2022-10-10 Thread Thomas Monjalon
07/09/2022 17:01, Henning Schild: > Try and find the script in the sources of the currently running kernel > so that users do not have to specify DPDK_CHECKPATCH_PATH which might > well be the same location found by the educated guess. > > Signed-off-by: Henning Schild Applied, thanks.

[PATCH] devtools: give checkpatches.sh some way of finding the perl script

2022-09-09 Thread Henning Schild
Try and find the script in the sources of the currently running kernel so that users do not have to specify DPDK_CHECKPATCH_PATH which might well be the same location found by the educated guess. Signed-off-by: Henning Schild --- devtools/checkpatches.sh | 16 +++- 1 file changed, 11