On 10/22/2021 1:43 PM, Jakub Kicinski wrote:
On Fri, 22 Oct 2021 13:20:38 -0700 Martinez, Ricardo wrote:
On 10/21/2021 3:23 PM, Jakub Kicinski wrote:
On Thu, 21 Oct 2021 13:27:24 -0700 Ricardo Martinez wrote:
t7xx is the PCIe host device driver for Intel 5G 5000 M.2 solution
which is based on MediaTek's T700 modem to provide WWAN connectivity.
It needs to build cleanly with W=1, and have no kdoc warnings
(scripts/kernel-doc -none).
It builds cleanly with W=1, I test with 'make W=1 -C . M=drivers/net/wwan/t7xx'.
Regarding kernel-doc, there's an enum that does need a documentation update.
Fetch the latest net-next/master, rebase and try again.
Throw in sparse checking for good measure (C=1).
I see that now, thanks.