Re: [PATCH net-next 1/6] net: ag71xx: add COMPILE_TEST to test compilation

From: Simon Horman
Date: Fri Aug 30 2024 - 11:49:55 EST


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 <rosenp@xxxxxxxxx>

Thanks, this seems to work well.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>

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.

...