Re: [dpdk-dev] [PATCH] devtools: fix checkpatch for filename with space

2018-07-20 Thread Thomas Monjalon
20/07/2018 20:25, Neil Horman: > On Fri, Jul 20, 2018 at 01:41:03PM +0200, Thomas Monjalon wrote: > > If the patch filename or the temporary file path have a space > > in their name, the script checkpatches.sh does not work. > > The variables for the filenames must be enclosed in quotes > > in orde

Re: [dpdk-dev] [PATCH] devtools: fix checkpatch for filename with space

2018-07-20 Thread Neil Horman
On Fri, Jul 20, 2018 at 01:41:03PM +0200, Thomas Monjalon wrote: > If the patch filename or the temporary file path have a space > in their name, the script checkpatches.sh does not work. > The variables for the filenames must be enclosed in quotes > in order to preserve spaces. > > Fixes: 4bec481

[dpdk-dev] [PATCH] devtools: fix checkpatch for filename with space

2018-07-20 Thread Thomas Monjalon
If the patch filename or the temporary file path have a space in their name, the script checkpatches.sh does not work. The variables for the filenames must be enclosed in quotes in order to preserve spaces. Fixes: 4bec48184e33 ("devtools: add checks for ABI symbol addition") Signed-off-by: Thomas