On 27/6/23 18:09, Alex Bennée wrote:
Fix up the kerneldoc markup and start documenting the various fields
in QDEV related structures. This involved:

  - moving overall description to a DOC: comment at top
  - fixing various markup issues for types and structures
  - adding missing Return: statements
  - adding some typedefs to hide QLIST macros in headers

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Message-Id: <20230619171437.357374-4-alex.ben...@linaro.org>

---
v3
   - checkpatch cleanups
---
  include/hw/qdev-core.h | 367 ++++++++++++++++++++++++++++-------------
  1 file changed, 253 insertions(+), 114 deletions(-)


  struct DeviceClass {
-    /*< private >*/
+    /* private: */
      ObjectClass parent_class;

New line here?

-    /*< public >*/
+    /* public: */

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to