Re: linux-next: build warning after merge of the hmm tree

From: Jason Gunthorpe
Date: Fri Mar 07 2025 - 18:25:33 EST



> After fixing up most of the issues, I cannot figure out what the issue is for this one:
> ./include/uapi/cxl/features.h:1: warning: no structured comments found

It is because of this:

Documentation/userspace-api/fwctl/fwctl-cxl.rst:.. kernel-doc:: include/uapi/cxl/features.h

Which includes the file and as the message says there are not kdoc
comments in the file.

I'll squish this into your v8:

--- a/Documentation/userspace-api/fwctl/fwctl-cxl.rst
+++ b/Documentation/userspace-api/fwctl/fwctl-cxl.rst
@@ -39,7 +39,6 @@ fwctl cxl User API
==================

.. kernel-doc:: include/uapi/fwctl/cxl.h
-.. kernel-doc:: include/uapi/cxl/features.h

1. Driver info query
--------------------

Jason