Message ID | cover.1646314856.git.qemu_oss@crudebyte.com (mailing list archive) |
---|---|
Headers | show |
Series | 9pfs: convert Doxygen -> kerneldoc format | expand |
On Thu, 3 Mar 2022 14:40:56 +0100 Christian Schoenebeck <qemu_oss@crudebyte.com> wrote: > This patch set converts occurrences of API doc comments from Doxygen format > into kerneldoc format. No behaviour change whatsoever. > > Christian Schoenebeck (6): > 9pfs/9p.h: convert Doxygen -> kerneldoc format > 9pfs/codir.c: convert Doxygen -> kerneldoc format > 9pfs/9p.c: convert Doxygen -> kerneldoc format > 9pfs/9p-util.h: convert Doxygen -> kerneldoc format > 9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker() > fsdev/p9array.h: convert Doxygen -> kerneldoc format > > fsdev/p9array.h | 38 ++++++++++++++++------------- > hw/9pfs/9p-util.h | 10 ++++---- > hw/9pfs/9p.c | 62 ++++++++++++++++++++++++++--------------------- > hw/9pfs/9p.h | 12 ++++----- > hw/9pfs/codir.c | 30 +++++++++++------------ > hw/9pfs/coth.h | 4 +-- > 6 files changed, 84 insertions(+), 72 deletions(-) > LGTM. Reviewed-by: Greg Kurz <groug@kaod.org>
On Freitag, 4. März 2022 08:39:36 CET Greg Kurz wrote: > On Thu, 3 Mar 2022 14:40:56 +0100 > > Christian Schoenebeck <qemu_oss@crudebyte.com> wrote: > > This patch set converts occurrences of API doc comments from Doxygen > > format > > into kerneldoc format. No behaviour change whatsoever. > > > > Christian Schoenebeck (6): > > 9pfs/9p.h: convert Doxygen -> kerneldoc format > > 9pfs/codir.c: convert Doxygen -> kerneldoc format > > 9pfs/9p.c: convert Doxygen -> kerneldoc format > > 9pfs/9p-util.h: convert Doxygen -> kerneldoc format > > 9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker() > > fsdev/p9array.h: convert Doxygen -> kerneldoc format > > > > fsdev/p9array.h | 38 ++++++++++++++++------------- > > hw/9pfs/9p-util.h | 10 ++++---- > > hw/9pfs/9p.c | 62 ++++++++++++++++++++++++++--------------------- > > hw/9pfs/9p.h | 12 ++++----- > > hw/9pfs/codir.c | 30 +++++++++++------------ > > hw/9pfs/coth.h | 4 +-- > > 6 files changed, 84 insertions(+), 72 deletions(-) > > LGTM. > > Reviewed-by: Greg Kurz <groug@kaod.org> Great, then I can take this into today's PR as well. Thanks! Best regards, Christian Schoenebeck