On Fri, Oct 31, 2025 at 07:57:47PM +0100, Markus Elfring wrote:
From: Markus Elfring elfring@users.sourceforge.net Date: Fri, 31 Oct 2025 19:50:39 +0100
A pointer was assigned to a variable. The same pointer was used for the destination parameter of a memcpy() call. This function is documented in the way that the same value is returned. Thus convert two separate statements into a direct variable assignment for the return value from a memory copy action.
Markus, stop sending these kind of crap patches that just wastes other people's time. You've had a number of maintainers reviewing the latest batch (including patches which apparently does not even compile) all telling you the same thing.
The source code was transformed by using the Coccinelle software.
Since you know how to work with Coccinelle, at least try to come up with something that fixes actual bugs.
Johan