Re: [PATCH 01/13] mailbox: pcc: Fix doxygen comments
From: Sudeep Holla <hidden>
Date: 2021-07-08 21:03:59
Also in:
lkml
From: Sudeep Holla <hidden>
Date: 2021-07-08 21:03:59
Also in:
lkml
On Thu, Jul 08, 2021 at 11:51:45AM -0700, Joe Perches wrote:
On Thu, 2021-07-08 at 19:08 +0100, Sudeep Holla wrote:quoted
Clang complains about doxygen comments too with W=1 in the build.just fyi: it's not a clang message, it's kernel-doc that complains. ./scripts/kernel-doc -none drivers/mailbox/pcc.c
Ah OK. Thanks for the info. I may have missed to observe this with gcc or the kernel-doc is not built by default with gcc unlike clang. -- Regards, Sudeep