[igt-dev] [PATCH i-g-t 0/4] add kselftest runner documentation

Tales Aparecida tales.aparecida at gmail.com
Wed Aug 3 05:26:50 UTC 2022


In the interest of making the code more accessible, add documentation
on structs and functions related to the kselftest.
While writing igt_kselftest_begin() documentation I realized it always
returned 0. Instead of documenting that behavior, the function now
returns non-zero if it fails to open /dev/kmsg.

As an extra, add instructions about writing documentation.

Tales Aparecida (4):
  lib/igt_kmod: fix trivial typos
  CONTRIBUTING: Add reference for GTKDoc
  lib/kselftests: return non-zero on open(kmsg) failure
  lib/igt_kmod: add igt_kselftests documentation

 CONTRIBUTING.md |   7 +++
 lib/igt_kmod.c  | 113 +++++++++++++++++++++++++++++++++++++++++++++++-
 lib/igt_kmod.h  |  18 ++++++++
 3 files changed, 136 insertions(+), 2 deletions(-)

-- 
2.37.0



More information about the igt-dev mailing list