Re: [PATCH net-next 1/2] net: ethernet: qualcomm: Unconstify function arguments passed by value
From: Jie Luo
Date: Fri Jul 03 2026 - 04:33:54 EST
On 7/2/2026 5:49 PM, Krzysztof Kozlowski wrote:
> There is no benefit in marking "const" a pass-by-value (not a pointer)
> function argument, because it is passed as a copy on the stack. No code
> readability improvements, no additional compiler-time safety for misuse.
> Drop such redundant "const".
Reviewed-by: Luo Jie <jie.luo@xxxxxxxxxxxxxxxx>