Re: [PATCH] devtools: fix checkpatches subject retrieval from stdin

2022-11-23 Thread Thomas Monjalon
29/09/2022 14:04, Olivier Matz: > When passing the patch to checkpatches.sh through stdin, the subject is > retrieved by reading the input until a "Subject:" entry is found. The > rest of the input is piped to checkpatch.pl. > > Since the "From:" line is before the "Subject:" line, it won't be sen

[PATCH] devtools: fix checkpatches subject retrieval from stdin

2022-09-29 Thread Olivier Matz
When passing the patch to checkpatches.sh through stdin, the subject is retrieved by reading the input until a "Subject:" entry is found. The rest of the input is piped to checkpatch.pl. Since the "From:" line is before the "Subject:" line, it won't be sent to checkpatch.pl, which won't be able to