[PATCH i-g-t 22/26] docs begin with /**

Petri Latvala petri.latvala at intel.com
Fri Mar 12 11:03:37 UTC 2021


---
 lib/runnercomms.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/runnercomms.c b/lib/runnercomms.c
index bc9bc9f1..c9de3034 100644
--- a/lib/runnercomms.c
+++ b/lib/runnercomms.c
@@ -83,9 +83,8 @@ bool runner_connected(void)
 	return runner_socket_fd >= 0;
 }
 
-/*
+/**
  * send_to_runner:
- * @fd: Unix socket connected to igt_runner
  * @packet: packet to send
  *
  * Sends the given communications packet to igt_runner. Calls free()
@@ -127,7 +126,7 @@ static void read_cstring(const char **dststr, const char **p, uint32_t *size)
 	*p = end + 1;
 }
 
-/*
+/**
  * read_runnerpacket:
  * @packet: runner communications packet to read
  *
-- 
2.29.2



More information about the Intel-gfx-trybot mailing list