Skip to content

Commit 66bdb32

Browse files
nashifAnas Nashif
authored andcommitted
sanitycheck: fix documentation and remove mention of kbuild
Signed-off-by: Anas Nashif <[email protected]>
1 parent c8390f1 commit 66bdb32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/sanitycheck

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ class Handler:
271271
"""Constructor
272272
273273
@param name Arbitrary name of the created thread
274-
@param outdir Working directory, should be where qemu.pid gets created
275-
by kbuild
276-
@param log_fn Absolute path to write out QEMU's log data
277-
@param timeout Kill the QEMU process if it doesn't finish up within
274+
@param outdir Working directory, should be where handler pid file (qemu.pid for example)
275+
gets created by the build system
276+
@param log_fn Absolute path to write out handler's log data
277+
@param timeout Kill the handler process if it doesn't finish up within
278278
the given number of seconds
279279
"""
280280
self.lock = threading.Lock()
@@ -448,7 +448,7 @@ class QEMUHandler(Handler):
448448
449449
@param name Arbitrary name of the created thread
450450
@param outdir Working directory, should be where qemu.pid gets created
451-
by kbuild
451+
by the build system
452452
@param log_fn Absolute path to write out QEMU's log data
453453
@param timeout Kill the QEMU process if it doesn't finish up within
454454
the given number of seconds

0 commit comments

Comments
 (0)