Re: [ovs-dev] [PATCH 2/2] checkpatch: Overwrite patch file to include provisional subject.

2023-08-07 Thread Simon Horman
On Fri, Aug 04, 2023 at 04:58:34PM -0400, Chandan Somani wrote: > If a subject is missing, then a command like > utilities/checkpatch.py -S file.patch will write in the new subject > to file.patch itself. > > Signed-off-by: Chandan Somani Hi Chandan, I'm unclear on the motivation for this chang

[ovs-dev] [PATCH 2/2] checkpatch: Overwrite patch file to include provisional subject.

2023-08-04 Thread Chandan Somani
If a subject is missing, then a command like utilities/checkpatch.py -S file.patch will write in the new subject to file.patch itself. Signed-off-by: Chandan Somani --- utilities/checkpatch.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utilities/checkpatch.py b/utili