From ef5935c7b3d826693834bac274c8ec1e24e12be2 Mon Sep 17 00:00:00 2001 From: ajesh Date: Tue, 18 Feb 2020 12:03:26 +0530 Subject: [PATCH] gpu: nvgpu: update the thread swuts Fix issue with the targets paragraph in thread SWUTS. Jira NVGPU-4910 Change-Id: If2ab7d05f3e0de2fefe09f5dede7e1c55603dbe1 Signed-off-by: ajesh Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2298588 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sagar Kamble Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- userspace/units/posix/thread/posix-thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/units/posix/thread/posix-thread.h b/userspace/units/posix/thread/posix-thread.h index b3819540e..a0849d71c 100644 --- a/userspace/units/posix/thread/posix-thread.h +++ b/userspace/units/posix/thread/posix-thread.h @@ -49,6 +49,7 @@ * nvgpu_thread_is_running, nvgpu_thread_stop, * nvgpu_thread_stop_graceful, nvgpu_thread_should_stop, * nvgpu_thread_join + * * Inputs: * 1) Pointer to test_thread_args as function parameter * 2) Global instance of struct nvgpu_thread