Re: [PATCH v5 2/4] virtio_rtc: Add PTP clocks
Simon Horman <[email protected]> Tue, 25 Feb 2025 14:12:40 +0000
| Newsgroups | dev.linux.lists.virtio-dev,dev.linux.lists.virtualization,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 25, 2025 at 12:28:24PM +0100, Peter Hilber wrote: > On Mon, Feb 24, 2025 at 05:56:18PM +0000, Simon Horman wrote: > > On Wed, Feb 19, 2025 at 08:32:57PM +0100, Peter Hilber wrote: > > > > ... > > > > > +/** > > > + * viortc_ptp_gettimex64() - PTP clock gettimex64 op > > > + * > > > > Hi Peter, > > > > Tooling recognises this as a kernel doc, and complains > > that there is no documentation present for the function's > > parameters: ptp, ts, and sts. > > > > Flagged by W=1 builds. > > > > Thanks, I will change the offending documentation to non kernel-doc. I > was not aware that these warnings are always considered a problem. Likewise, thanks. I guess it depends on the subsystem. And perhaps this is fine for virtio. But for Networking at large the rule of thumb is not to add new warnings.