Re: [PATCH net-next 1/6] net: ag71xx: add COMPILE_TEST to test compilation
From: Simon Horman <horms@kernel.org>
Date: 2024-08-30 15:49:47
Also in:
lkml
From: Simon Horman <horms@kernel.org>
Date: 2024-08-30 15:49:47
Also in:
lkml
On Thu, Aug 29, 2024 at 02:48:20PM -0700, Rosen Penev wrote:
While this driver is meant for MIPS only, it can be compiled on x86 just fine. Remove pointless parentheses while at it. Enables CI building of this driver. Signed-off-by: Rosen Penev <redacted>
Thanks, this seems to work well. Reviewed-by: Simon Horman <horms@kernel.org> As a follow-up, could you consider adding a MODULE_DESCRIPTION() to this module. It now gets flagged on x86_64 allmodconfig W=1 builds. ...