qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 22/36] include/hw/qdev-core: fixup kerneldoc annotations


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 22/36] include/hw/qdev-core: fixup kerneldoc annotations
Date: Thu, 29 Jun 2023 15:34:56 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

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.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230619171437.357374-4-alex.bennee@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]