Re: [PATCH net-next v3] net: mvneta: Use min macro
From: Marcin Wojtas <marcin.s.wojtas@gmail.com>
Date: 2024-08-30 17:39:22
Also in:
lkml
From: Marcin Wojtas <marcin.s.wojtas@gmail.com>
Date: 2024-08-30 17:39:22
Also in:
lkml
pt., 30 sie 2024 o 17:45 Simon Horman [off-list ref] napisał(a):
On Fri, Aug 30, 2024 at 09:04:23AM +0800, Yan Zhen wrote:quoted
Using the real macro is usually more intuitive and readable, When the original file is guaranteed to contain the minmax.h header file and compile correctly. Signed-off-by: Yan Zhen <redacted> --- Changes in v3: - Rewrite the subject.Thanks for the update. Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Marcin Wojtas <marcin.s.wojtas@gmail.com> Thanks!